xref: /llvm-project/clang/test/Modules/Inputs/separate_map_tree/src/public-in-b.h (revision 97da9178ce5167da1bbad45ffcbb80b067a6f7f2)
1 #ifndef PUBLIC_IN_B_H
2 #define PUBLIC_IN_B_H
3 const int b = 3;
4 #endif
5