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