1 void
foo(long double x)2 foo (long double x)
3 {
4   struct {long double t;} y = {x};
5 }
6 
7