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