xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/declare-use/k.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc #ifdef GIMME_A_K
2*0a6a1f1dSLionel Sambuc 
3*0a6a1f1dSLionel Sambuc #ifndef K_H
4*0a6a1f1dSLionel Sambuc #define K_H
5*0a6a1f1dSLionel Sambuc const int k = 42;
6*0a6a1f1dSLionel Sambuc #endif
7*0a6a1f1dSLionel Sambuc 
8*0a6a1f1dSLionel Sambuc #endif
9