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

7 lines
65 B
C

void
foo (long double x)
{
struct {long double t;} y = {x};
}