bolt/deps/llvm-18.1.8/clang/test/Modules/Inputs/explicit-build/a.h

6 lines
123 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
#if !__building_module(a) && !BUILDING_A_PCH
#error "should only get here when building module a"
#endif
const int a = 1;