From: Mark Mitchell Date: Tue, 28 Mar 2000 19:24:00 +0000 (+0000) Subject: New test case X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=65a0aad55d6e7d02cc09f8d869ff9cb7555544b4;p=gcc.git New test case From-SVN: r32786 --- diff --git a/gcc/testsuite/g++.old-deja/g++.pt/memtemp95.C b/gcc/testsuite/g++.old-deja/g++.pt/memtemp95.C new file mode 100644 index 00000000000..c3d07071c34 --- /dev/null +++ b/gcc/testsuite/g++.old-deja/g++.pt/memtemp95.C @@ -0,0 +1,20 @@ +// Build don't link: +// Origin: Mark Mitchell + +template +struct S +{ +}; + +template +struct S +{ + template + void f (U); +}; + +template +template +void S::f (U) +{ +}