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