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