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