diff options
author | Martin v. Löwis <loewis@gcc.gnu.org> | 1998-07-11 10:36:18 +0000 |
---|---|---|
committer | Martin v. Löwis <loewis@gcc.gnu.org> | 1998-07-11 10:36:18 +0000 |
commit | 71523737008c14d3e6e0227ed6db74741868d0f0 (patch) | |
tree | ec48a345afaf42cf2fbf2496c88d7a213a24021f | |
parent | bfebe8501d37da86b2b5ffe5e0cdb41cb33f2600 (diff) | |
download | gcc-71523737008c14d3e6e0227ed6db74741868d0f0.zip gcc-71523737008c14d3e6e0227ed6db74741868d0f0.tar.gz gcc-71523737008c14d3e6e0227ed6db74741868d0f0.tar.bz2 |
New test case.
From-SVN: r21060
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.pt/explicit69.C | 2 |
1 files changed, 2 insertions, 0 deletions
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 0000000..671cf00 --- /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 |