blob: 5a9d35cfd9a6adcf72c75d73f8720ddcf7b1d86a [file] [log] [blame]
struct A {
double d;
};
struct A f ();
main ()
{
struct A a = f();
}