using System.Diagnostics;

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

	public static void Main ()
	{
	}
}