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