[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git] / clang / test / Preprocessor / pr2086.h
blobb98b996d6cca68c20f32ea5f852515ba5b541d86
1 #ifndef test
2 #endif
4 #ifdef test
5 #undef test
6 #endif