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