Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / declare-use / sub.h
blob63d4234ce7076cfe8a6f891cc8501d8d5419bc63
1 #ifndef SUB_H
2 #define SUB_H
3 const int sub = 42;
4 #endif