]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
This commit was manufactured by cvs2svn to create branch
authorNo Author <no-author@gcc.gnu.org>
Tue, 3 Dec 2002 06:53:11 +0000 (06:53 +0000)
committerNo Author <no-author@gcc.gnu.org>
Tue, 3 Dec 2002 06:53:11 +0000 (06:53 +0000)
'gcc-3_2-branch'.

From-SVN: r59759

gcc/testsuite/g++.dg/template/char1.C [new file with mode: 0644]

diff --git a/gcc/testsuite/g++.dg/template/char1.C b/gcc/testsuite/g++.dg/template/char1.C
new file mode 100644 (file)
index 0000000..64ffda8
--- /dev/null
@@ -0,0 +1,4 @@
+template <class CharType, CharType line_terminator = 0>
+class String {};
+
+String<char, 255> s;