6_9_09_static_data_array.c (68B)
1 static int g[3] = {0, 0, 42}; 2 3 int test_main(void) { return g[2]; }