brintos

brintos / llvm-project-archived public Read only

0
0
Text · 123 B · a52f735 Raw
6 lines · c
1#if !__building_module(a) && !BUILDING_A_PCH2#error "should only get here when building module a"3#endif4 5const int a = 1;6