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