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