6_6_05_addr_const_static_init.c (77B)
1 static int g = 7; 2 static int* p = &g; 3 int test_main(void) { return *p * 6; }