blob: 1c021f1ec572cba171d97ff170488ffbbb510cac [file] [log] [blame]
Justin Lebarba122ab2016-03-30 23:30:21 +00001// This header is used by tests which are interested in __device__ functions
2// which appear in a system header.
3
4__device__ int OverloadMe();
5
6namespace ns {
7using ::OverloadMe;
8}