Fix typo in test case
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / crash9.C
blobd3c23977abf8a5c92589a80c6fb65d2ebe84622f
1 // Build don't link:
2 // Origin: Jason Merrill <jason@cygnus.com>
4 struct A { };
5 struct B : public A
7   int A;
8 };
9 struct C : public B { };