xref: /llvm-project/clang/test/Modules/Inputs/submodule-visibility/c.h (revision 2aedca340c84eafdc7285eb68145e55213324185)
1 #ifndef C_H_INCLUDED
2 #define C_H_INCLUDED
3 
4 struct C {};
5 
6 #endif
7