llvm-for-llvmta/tools/clang/test/Modules/Inputs/unavailable-local-visibility/x.h

5 lines
44 B
C

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