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