xref: /llvm-project/clang/test/Modules/Inputs/modular_maps/c.h (revision 9887d79af5fecf1413515e909644f6a23f491b69)
1 #ifndef C_H
2 #define C_H
3 const int c = 5;
4 #endif
5