bolt/deps/llvm-18.1.8/clang/test/Modules/Inputs/explicit-build/a.h
2025-02-14 19:21:04 +01:00

5 lines
123 B
C

#if !__building_module(a) && !BUILDING_A_PCH
#error "should only get here when building module a"
#endif
const int a = 1;