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