blob: 449b3859ab45ca0e7da14ec32fcbf4ac03e8d3a4 [file] [log] [blame]
Richard Smithe842a472014-10-22 02:05:46 +00001#include "a.h"
2
3#if !__building_module(b)
4#error "should only get here when building module b"
5#endif
6
7const int b = 2;