blob: c2930f95df65ee1686ebefb8d06e154a4327ac37 [file] [log] [blame]
void *g, *c;
int a, b;
int f()
{
if ((0 == a) != (b || g == c))
return 1;
return 0;
}