xref: /llvm-project/clang/test/Modules/Inputs/modular_maps/b.h (revision 97292843d0aa02785043c0580f46c6d7890575dd)
1 #ifndef B_H
2 #define B_H
3 const int b = 3;
4 #endif
5