From: Mark Mitchell Date: Mon, 26 Jul 1999 18:26:21 +0000 (+0000) Subject: New test X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f8fb8c43e088eef54c74631ab38d8cf3ca6d588;p=gcc.git New test From-SVN: r28273 --- 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 00000000000..3e7b1754659 --- /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;