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