blob: b9bbcb537c94e1a381f02e74ee4e982d4f968552 [file] [log] [blame]
// 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="");