13 lines
124 B
C#
Raw Normal View History

using System.Diagnostics;
class C
{
[Conditional ("true")]
static void Test ()
{
}
public static void Main ()
{
}
}