New test case

From-SVN: r26763
This commit is contained in:
Martin v. Löwis 1999-05-03 23:55:28 +00:00
parent bf03405415
commit 891febc6e1
1 changed files with 7 additions and 0 deletions

View File

@ -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="");