Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
20040705-1.c
1
extern
char
foo
[
]
,
bar
[
]
;
2
void
f
(
void
)
{
memcpy
(
foo
,
bar
,
7
)
;
}