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