Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
point.h
1
struct Point { int x, y; };
2
3