1 /* { dg-do compile } */
2 
3 void *memmove ();
4 
5 void *
bar()6 bar ()
7 {
8   return memmove ();
9 }
10