FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / crash26.C
blob9b6643debe4895e670ef87de526a2b830df84f8e
1 // Build don't link: 
2 // GROUPS passed old-abort
3 struct B {
4     B();
5 };
6  
7 class C : virtual public B
9   public:
10     C() { }