2010-05-27 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-145.cs
blob78cb9a6811de06853a20753871fccb97f55f9822
1 using System;
3 class JagArrayTest
5 private static int [][] array = { new int [] { 1 }};
7 public static void Main() {
8 Console.WriteLine(array[0][0]);