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