aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture/pr55890-3.c
blob: c284c12ecc322650d9b03c8a6d4ab69d068ca44c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* { dg-do compile } */
/* { dg-prune-output "conflicting types for built-in" } */

void *memmove ();

void *
bar ()
{
  return memmove ();
}

/* { dg-prune-output "\\\[-Wbuiltin-declaration-mismatch]" } */