Bump corefx
[mono-project.git] / mono / tests / array2.cs
blob016953ca9390735628c521a4e8ac4d6390bd0d23
1 using System;
3 namespace Test {
4 public class Test {
5 public static int Main () {
7 Char[,] c2 = new Char[1,1];
8 Console.WriteLine (c2);
10 return 0;