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