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