OSDN Git Service

2004-10-05 Andrew Pinski <pinskia@physics.uc.edu>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20000818-1.c
1 void
2 foo (long double x)
3 {
4   struct {long double t;} y = {x};
5 }
6