class Test { static void Main () { for (int i = 0; i < 10; ++i) { int [] foo; foo = new int [20]; foo [0] = i; } } }