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

7 lines
71 B
C

void foo (void)
{
double a = 0.0;
double b = a;
if (&b != &a);
}