blob: 99603cf9251560b731697506c57694bd2282b2b7 [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|forbids converting a string constant" }