index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20040705-1.c
blob: 1e45ee289bf4a97c27bd4192aaeaa086d2a798e9 (
plain
)
1
2
extern
char
foo
[],
bar
[];
void
f
(
void
)
{
memcpy
(
foo
,
bar
,
7
);
}