Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
def-include.h
1
2
3
4
5
6
7
8
9
10
11
struct B {
12
int b1;
13
};
14