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