repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Small ChangeLog tweak.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr55890-1.c
blob
1113ab535f50d5777ea0ad539cab49d80e4c4016
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
(); }