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

#ifndef PRIVATE_IN_C_H
#define PRIVATE_IN_C_H
const int c_ = 2;
#endif