llvm/clang/test/Modules/Inputs/no-implicit-builds/b.h

#ifndef B_H
#define B_H

int b;

#endif