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