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