ref: 0fb36627230e9c8defd681c61e4917a140fcc03f dir: /tests/cc/execute/0016-addrarray.c/
int main() { int arr[2]; int *p; p = &arr[1]; *p = 0; return arr[1]; }