brintos

brintos / llvm-project-archived public Read only

0
0
Text · 120 B · 2c66a23 Raw
8 lines · c
1#include "b.h"2 3#if !__building_module(c)4#error "should only get here when building module c"5#endif6 7const int c = 3;8