rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20040908-1.c

13 lines
119 B
C

/* PR 17186 */
double foo()
{
int i;
double d;
if (i)
bar();
else
if (d) return 0;
}