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