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