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