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