summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/explicit-build/a.h
blob: 5e3602f58ffe7be3ce6b46268e4e995d1cb1622a (plain)
1
2
3
4
5
#if !__building_module(a)
#error "should only get here when building module a"
#endif

const int a = 1;
OpenPOWER on IntegriCloud