960704-1.c   [plain text]


struct A {
  double d;
};

struct A f ();

main ()
{
  struct A a = f();
}