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