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

test-532.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b9a11028d5234e1909261ab533c86425edfcefcb (plain)
1
2
3
4
5
6
7
class X {
	int[] v1 = { 1, 2 }, v2 = { 2, 3};
	
	public static void Main ()
	{
	}
}