brintos

brintos / llvm-project-archived public Read only

0
0
Text · 181 B · 1c021f1 Raw
9 lines · c
1// This header is used by tests which are interested in __device__ functions2// which appear in a system header.3 4__device__ int OverloadMe();5 6namespace ns {7using ::OverloadMe;8}9