blob: fa31867654e44d0ae4f0431c72a4230595e9a23e [file] [log] [blame]
// { dg-do assemble }
// Testcase from Alexander Zvyagin <zvyagin@mx.ihep.su>
// Check implicit conversion from string constants into typedefs
typedef char CHAR;
void f2(CHAR *s=""); // { dg-warning "deprecated" }