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