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