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