Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20040705-1.c
blob: 16ae9bbf4b630902d78f55aade99107791806329 [
file
] [
log
] [
blame
]
extern
char
foo
[],
bar
[];
void
f
(
void
)
{
__builtin_memcpy
(
foo
,
bar
,
7
);
}