]> git.ipfire.org Git - thirdparty/gcc.git/blob - libmudflap/testsuite/libmudflap.c/pass17-frag.c
Merge tree-ssa-20020619-branch into mainline.
[thirdparty/gcc.git] / libmudflap / testsuite / libmudflap.c / pass17-frag.c
1 #include <stdio.h>
2 #include <stdlib.h>
3 #include <string.h>
4 int main ()
5 {
6
7 strlen("123456789");
8 return 0;
9 }