blob: 492b2611a31094da9fbe079e45c0f7b5ef43629a [file] [log] [blame]
// Build don't link:
struct A { A() { a = 2; } int a; };
struct B {
struct A { A() { a = 2; } int a; };
A aa;
};
char xx[]="../tests/m3.cc:4: redefinition of `struct A'";