6_2_2_01_extern_in_block_inherits_internal.c (71B)
1 static int g = 42; 2 int test_main(void) { 3 extern int g; 4 return g; 5 }