Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
submodule-visibility
/
c.h
1
#ifndef C_H_INCLUDED
2
#define C_H_INCLUDED
3
4
struct C {};
5
6
#endif
7