ref: 5be74533f06c1f6ba0f8728fb8aa43b812776d73 dir: /tests/0013-addridx.c/
int main() { int x; int *p; x = 0; p = &x; return p[0]; }