blob: 4e950a2c5d833c5366dc5581faa56ed2f434ffa2 [file] [log] [blame]
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main ()
{
int foo [10][10][10];
foo[9][9][0] = 0;
return 0;
}