llvm/clang/test/Modules/Inputs/declare-use/b.h

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