Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-490.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 61fd1f016c86c687dc5899fba0586356297aadcb (plain)
1
2
3
4
5
class T {
	static int[] a = {1,2},
		b = {3, 4};
	public static void Main () {}
}