blob: 01f10f60cf26753c0ef69f9c4bf6872c5086604f [file] [log] [blame]
void
foo (long double x)
{
struct {long double t;} y = {x};
}