From: Martin v. Löwis Date: Sat, 11 Jul 1998 10:36:18 +0000 (+0000) Subject: New test case. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=71523737008c14d3e6e0227ed6db74741868d0f0;p=gcc.git New test case. From-SVN: r21060 --- diff --git a/gcc/testsuite/g++.old-deja/g++.pt/explicit69.C b/gcc/testsuite/g++.old-deja/g++.pt/explicit69.C new file mode 100644 index 00000000000..671cf005de5 --- /dev/null +++ b/gcc/testsuite/g++.old-deja/g++.pt/explicit69.C @@ -0,0 +1,2 @@ +//Build don't link: +template class x {}; // ERROR - not a template instantiation