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