PR target/83368
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr65523.c
blob20e715237fccab14760afb00869372d0dbd6a770
1 /* PR target/65523 */
2 /* { dg-do compile { target { ! x32 } } } */
3 /* { dg-options "-fcheck-pointer-bounds -mmpx" } */
5 void *memmove ();
7 void *
8 bar ()
10 return memmove ();