5 lines
104 B
C
5 lines
104 B
C
#if !__building_module(a)
|
|
#error "should only get here when building module a"
|
|
#endif
|
|
|
|
const int a = 1;
|