[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / SemaCUDA / Inputs / overload.h
blob1c021f1ec572cba171d97ff170488ffbbb510cac
1 // This header is used by tests which are interested in __device__ functions
2 // which appear in a system header.
4 __device__ int OverloadMe();
6 namespace ns {
7 using ::OverloadMe;