Dead
[official-gcc.git] / gomp-20050608-branch / libmudflap / testsuite / libmudflap.c / pass4-frag.c
blob0a40d1c425a1b8bd65773ce9f634fc5d5c68cb68
1 #include <stdio.h>
2 #include <stdlib.h>
3 #include <string.h>
4 int main ()
6 char foo[10];
7 strcpy (foo, "123456789");
8 return 0;