2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / crash9.C
bloba0d4873205a1cc39af90233dd7e522fdacf7a69c
1 // { dg-do assemble  }
2 // Origin: Jason Merrill <jason@cygnus.com>
4 struct A { };
5 struct B : public A
7   int A;
8 };
9 struct C : public B { };