llvm-project/clang/test/Modules/Inputs/explicit-build/a.h

6 lines
104 B
C

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