rt_gccstream/libmudflap/testsuite/libmudflap.c/pass3-frag.c

10 lines
125 B
C

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main ()
{
int foo [10][10][10];
foo[9][9][0] = 0;
return 0;
}