Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.c-torture / compile / 20040705-1.c
blob1e45ee289bf4a97c27bd4192aaeaa086d2a798e9
1 extern char foo[], bar[];
2 void f (void) { memcpy (foo, bar, 7); }