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

7 lines
48 B
C

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