llvm-project/clang/test/Modules/Inputs/irgen.h

2 lines
50 B
C
Raw Normal View History

static inline int triple(int x) { return x * 3; }