6_9_04_static_func.c (86B)
1 static int helper(int x) { return x + 2; } 2 int test_main(void) { return helper(40); }