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