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