6_8_12_block_scope.c (75B)
1 int test_main(void) { 2 int x = 7; 3 { 4 int x = 42; 5 return x; 6 } 7 }