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