2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / crash10.C
blobcd9b7b0b2d2cb5533dbfda779e7322e5cb39b4c1
1 // { dg-do assemble  }
2 // PRMS Id: 5155
4 struct A {
5   enum foo { bar };
6 };
8 typedef A::foo A::foo;          // { dg-error "" } causes compiler segfault