]> git.ipfire.org Git - thirdparty/gcc.git/blob - libmudflap/testsuite/libmudflap.c++/pass31-frag.cxx
Daily bump.
[thirdparty/gcc.git] / libmudflap / testsuite / libmudflap.c++ / pass31-frag.cxx
1 #include <stdio.h>
2 #include <stdlib.h>
3 #include <string.h>
4
5 char zoo [10];
6
7 int main ()
8 {
9 int i = strlen ("eight") + strlen ("one");
10 zoo[i] = 'a';
11 return 0;
12 }