mips.c (mips_function_ok_for_sibcall): Use targetm.binds_local_p instead of DECL_EXTE...
[official-gcc.git] / 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;