(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
torture/
pr55890-1.c
       1  /* { dg-do compile } */
       2  
       3  extern void *memmove(void *, void *, __SIZE_TYPE__);
       4  typedef int (*_TEST_fun_) ();
       5  static _TEST_fun_ i = (_TEST_fun_) memmove;
       6  int main() { i(); }