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