blob: 597b8619e723c619da975b8d9926a9e7b43f473e [file] [log] [blame]
extern void f (char*);
extern const char * const target = "foo";
void g ()
{
f (target); // { dg-error "conversion" }
}