xref: /llvm-project/clang/test/Modules/Inputs/declare-use/l.h (revision 5974ee637e437e07990119181fbe4ba5955c178c)
1 #ifdef GIMME_AN_L
2 
3 #ifndef L_H
4 #define L_H
5 const int l = 42;
6 #endif
7 
8 #endif
9