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