C++程序  |  6行  |  104 B

#if !__building_module(a)
#error "should only get here when building module a"
#endif

const int a = 1;