New test case
authorMartin v. Löwis <loewis@gcc.gnu.org>
Mon, 3 May 1999 23:55:28 +0000 (23:55 +0000)
committerMartin v. Löwis <loewis@gcc.gnu.org>
Mon, 3 May 1999 23:55:28 +0000 (23:55 +0000)
From-SVN: r26763

gcc/testsuite/g++.old-deja/g++.martin/typedef2.C [new file with mode: 0644]

diff --git a/gcc/testsuite/g++.old-deja/g++.martin/typedef2.C b/gcc/testsuite/g++.old-deja/g++.martin/typedef2.C
new file mode 100644 (file)
index 0000000..b9bbcb5
--- /dev/null
@@ -0,0 +1,7 @@
+// Build don't link:
+// Testcase from Alexander Zvyagin <zvyagin@mx.ihep.su>
+// Check implicit conversion from string constants into typedefs
+
+typedef char CHAR;
+void f2(CHAR *s="");
+