xref: /llvm-project/clang/test/Modules/Inputs/point.h (revision 5d1bee253c045dcb6cf914d4b56fabe31e1e5f28)
1 struct Point { int x, y; };
2 
3