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