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