xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/declare-use/l.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
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