blob: ca876a9816c32564b53d1a14f41f6ea22bc97d6c [file] [log] [blame]
int a;
void b(int c) {
int d = 3;
d ^= c < 2;
if (d < 3 && a)
while (1)
b(!a);
}