Merge pull request #5675 from mono/glib-debug-symbols
[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 }