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