[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git] / clang / test / Modules / Inputs / point.h
blobeab23d5867a8bac7d932c55573fa7db8fe169167
1 struct Point { int x, y; };