linux-packaging-mono/mcs/tests/test-static-using-09.cs

11 lines
164 B
C#
Raw Normal View History

// Compiler options: -r:test-static-using-09-lib.dll
using static Constants;
static class Program
{
static void Main ()
{
System.Console.WriteLine (One);
}
}