llvm/clang/test/Modules/Inputs/separate_map_tree/src/public-in-b.h

#ifndef PUBLIC_IN_B_H
#define PUBLIC_IN_B_H
const int b = 3;
#endif