1 2 3 4 5 6 7 8 9 10
void *g, *c; int a, b; int f() { if ((0 == a) != (b || g == c)) return 1; return 0; }