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