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