6_2_1_01_param_shadow.c (93B)
1 int f(int x) { 2 { 3 int x = 42; 4 return x; 5 } 6 } 7 int test_main(void) { return f(99); }