[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git] / clang / test / Index / getcursor-preamble.h
blob519e655c6ee3dc5f2eba253efafa2270a7ef1b54
1 @interface I {
2 struct AA {
3 int x;
4 } aa;
5 int var;
7 -(id)foo;
8 @end