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