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