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