xref: /llvm-project/clang/test/Modules/Inputs/declare-use/m.h (revision 202210b3694940b4e5cca50aa3b6208e0298121b)
1 #ifdef GIMME_AN_M
2 
3 #ifndef M_H
4 #define M_H
5 const int m = 42;
6 #endif
7 
8 #endif
9