Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / declare-use / k.h
blob338178e86cb342fb2b1a907a9731c958b243f81a
1 #ifdef GIMME_A_K
3 #ifndef K_H
4 #define K_H
5 const int k = 42;
6 #endif
8 #endif