Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr55890-3.c
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]" } */