Clang Project
clang_source_code
/
test
/
Import
/
indirect-struct-member-access
/
Inputs
/
S.c
1
struct S {
2
int a;
3
};
4