Sign in
gnu
/
gcc
/
19220ca6aa79921cc431e41f25986e16410c7a6a
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20040705-1.c
blob: 1e45ee289bf4a97c27bd4192aaeaa086d2a798e9 [
file
] [
log
] [
blame
]
extern
char
foo
[],
bar
[];
void
f
(
void
)
{
memcpy
(
foo
,
bar
,
7
);
}