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