aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/torture/pr55890-3.c
blob: c7f77be689daa80e11d1767197537d959cae6801 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */

void *memmove ();

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