6_7_4_01_inline.c (82B)
1 static inline int id(int x) { return x; } 2 3 int test_main(void) { return id(42); }