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