xref: /aosp_15_r20/external/clang/test/Modules/Inputs/declare-use/l.h (revision 67e74705e28f6214e480b399dd47ea732279e315)
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