xref: /llvm-project/clang/test/Modules/Inputs/irgen.h (revision 81ac842151e26d5c64cd744b654d199754155c2d)

triple(int x)1*81ac8421SDouglas Gregor static inline int triple(int x) { return x * 3; }
2