Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / declare-use / m.h
blobe9089ab725d5b209fc9646b5b6edf7dc34267005
1 #ifdef GIMME_AN_M
3 #ifndef M_H
4 #define M_H
5 const int m = 42;
6 #endif
8 #endif