aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/crash9.C
blob: d3c23977abf8a5c92589a80c6fb65d2ebe84622f (plain)
1
2
3
4
5
6
7
8
9
// Build don't link:
// Origin: Jason Merrill <jason@cygnus.com>

struct A { };
struct B : public A
{
  int A;
};
struct C : public B { };