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

#ifndef PUBLIC_IN_C_H
#define PUBLIC_IN_C_H
const int c = 2;
#endif