2013-10-21 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr55890-3.c
blobc7f77be689daa80e11d1767197537d959cae6801
1 /* { dg-do compile } */
3 void *memmove ();
5 void *
6 bar ()
8 return memmove ();