// { dg-do compile }

struct a {
  a();
};
class foo {
  a b;
} c;
