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