6_9_08_global_struct_init.c (69B)
1 struct S { 2 int v; 3 } g = {42}; 4 5 int test_main(void) { return g.v; }