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

test-831.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a08a048a3c51ce65b0f3c67b7ce63a21d206b60f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
using System.Diagnostics;

class C
{
	[Conditional ("true")]
	static void Test ()
	{
	}

	public static void Main ()
	{
	}
}