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