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