6_7_6_static_param_scalar.c (79B)
1 static int f(static int x) { return x; } 2 3 int test_main(void) { return f(0); }