From 71523737008c14d3e6e0227ed6db74741868d0f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sat, 11 Jul 1998 10:36:18 +0000 Subject: [PATCH] New test case. From-SVN: r21060 --- gcc/testsuite/g++.old-deja/g++.pt/explicit69.C | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 gcc/testsuite/g++.old-deja/g++.pt/explicit69.C 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 -- 2.30.2