diff --git a/gcc/testsuite/g++.old-deja/g++.pt/crash44.C b/gcc/testsuite/g++.old-deja/g++.pt/crash44.C new file mode 100644 index 000000000000..3e7b17546593 --- /dev/null +++ b/gcc/testsuite/g++.old-deja/g++.pt/crash44.C @@ -0,0 +1,13 @@ +// Build don't link: +// Origin: Mark Mitchell + +// crash test - XFAIL *-*-* + +template +struct S +{ + template + friend S; +}; + +template struct S;