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