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