Clang Project

clang_source_code/test/Modules/Inputs/irgen.h
1static inline int triple(int x) { return x * 3; }
2