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