blob: c284c12ecc322650d9b03c8a6d4ab69d068ca44c [file] [log] [blame]
/* { dg-do compile } */
/* { dg-prune-output "conflicting types for built-in" } */
void *memmove ();
void *
bar ()
{
return memmove ();
}
/* { dg-prune-output "\\\[-Wbuiltin-declaration-mismatch]" } */