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