Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / modular_maps / common.h
blob349bf5f7c4734c1d75bf557f0ca8a26243032f20
1 #ifndef COMMON_H
2 #define COMMON_H
3 const int x = 2;
4 #endif