6_6_06_addr_const_arith_init.c (95B)
1 static int arr[4] = {0, 0, 0, 42}; 2 static int* p = arr + 3; 3 int test_main(void) { return *p; }