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