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