6_7_9_10_zero_init_static.c (74B)
1 static int g[3]; 2 3 int test_main(void) { return g[0] + g[1] + g[2] + 42; }