[build] Fix warning (#4177)
[mono-project.git] / mcs / tests / test-490.cs
blob61fd1f016c86c687dc5899fba0586356297aadcb
1 class T {
2 static int[] a = {1,2},
3 b = {3, 4};
4 public static void Main () {}