blob: 1798fed805f6562d28a2dcc5575148ec68ff76e6 [file] [log] [blame]
// { dg-do compile }
struct a {
a();
};
class foo {
a b;
} c;