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