6_8_13_compound_decl_mix.c (77B)
1 int test_main(void) { 2 int a = 40; 3 a += 1; 4 int b = 1; 5 return a + b; 6 }