llvm-for-llvmta/tools/clang/test/Modules/Inputs/missing-header-local-visibi.../x.h

5 lines
44 B
C

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