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