6_7_4_03_extern_inline.c (89B)
1 static inline int add1(int x) { return x + 1; } 2 int test_main(void) { return add1(41); }