llvm/clang/test/Modules/Inputs/missing-header-local-visibility/x.h

#ifndef X_H
#define X_H
struct X {};
#endif