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