Clang Project

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