]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.old-deja/g++.jason/crash10.C
cd9b7b0b2d2cb5533dbfda779e7322e5cb39b4c1
[thirdparty/gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / crash10.C
1 // { dg-do assemble }
2 // PRMS Id: 5155
3
4 struct A {
5 enum foo { bar };
6 };
7
8 typedef A::foo A::foo; // { dg-error "" } causes compiler segfault