rt_gccstream/gcc/testsuite/gcc.c-torture/compile/pr39614-3.c

7 lines
52 B
C

int i;
void
f (void)
{
i = (1 ? 1 / 0 : 1 / 0);
}