xref: /llvm-project/clang/test/Modules/Inputs/explicit-build/a.h (revision 7e82e019c6bc974e8819c66fbc386e25dd6ea64a)
1*7e82e019SRichard Smith #if !__building_module(a) && !BUILDING_A_PCH
2e842a474SRichard Smith #error "should only get here when building module a"
3e842a474SRichard Smith #endif
4e842a474SRichard Smith 
5e842a474SRichard Smith const int a = 1;
6