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

test-759.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 43ab7ced44ff3b0057db9da2275b269ff34e152d (plain)
1
2
3
4
5
6
7
8
9
10
11
// Compiler options: -r:test-759-lib.dll

using System;

class B
{
	public static void Main ()
	{
		Console.WriteLine (E.Value);
	}
}