merge r67228-r67235, r67237, r67251 and r67256-67259 to trunk (they are
[mono.git] / mcs / tests / test-532.cs
1 class X {\r
2         int[] v1 = { 1, 2 }, v2 = { 2, 3};\r
3         \r
4         public static void Main ()\r
5         {\r
6         }\r
7 }