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