Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-490.cs
1 class T {
2         static int[] a = {1,2},
3                 b = {3, 4};
4         public static void Main () {}
5 }