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