Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / explicit-build / a.h
bloba52f7357ff75a93b442fd62ed4f0543df04485d4
1 #if !__building_module(a) && !BUILDING_A_PCH
2 #error "should only get here when building module a"
3 #endif
5 const int a = 1;