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