Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / libmudflap / testsuite / libmudflap.c / pass5-frag.c
blob6d3408a4e521233713d3a89393f71dc01c2a5c57
1 #include <stdio.h>
2 #include <stdlib.h>
3 #include <string.h>
4 int main ()
6 char foo [10];
7 char bar [10];
8 bar[4] = 'k'; /* touch memcpy source */
9 memcpy(foo, bar, 10);
10 return 0;