ref: 3a12c295a9d0c2e5d61428bde365bb3fb6cad1f2 dir: /tests/execute/0117-pointarith.c/
int main() { int i, *p = &i; return p - (void*) 0 == 0; }