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