llvm-for-llvmta/tools/clang/test/Modules/Inputs/submodule-visibility/c.h

7 lines
64 B
C

#ifndef C_H_INCLUDED
#define C_H_INCLUDED
struct C {};
#endif