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