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

extern void *memmove(void *, void *, __SIZE_TYPE__);
typedef int (*_TEST_fun_) ();
static _TEST_fun_ i = (_TEST_fun_) memmove;
main() { i(); }