ref: e7be295f1130d29aee631c6c1d0c5243a87cab21 dir: /tests/0014-assignidx.c/
int main() { int x; int *p; x = 1; p = &x; p[0] = 0; return x; }