Justin Lebar | ba122ab | 2016-03-30 23:30:21 +0000 | [diff] [blame^] | 1 | // 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 | |||||
6 | namespace ns { | ||||
7 | using ::OverloadMe; | ||||
8 | } |