[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git] / clang / test / Modules / Inputs / irgen.h
blob9936bf62ef1c745a6693e05f857f4fa69598d464
1 static inline int triple(int x) { return x * 3; }