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