llvm/clang/test/Modules/Inputs/string_names/b.h

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