c042cd0c52
Former-commit-id: 4610231f55806d2a05ed69e5ff3faa7336cc1479
11 lines
164 B
C#
11 lines
164 B
C#
// Compiler options: -r:test-static-using-09-lib.dll
|
|
|
|
using static Constants;
|
|
|
|
static class Program
|
|
{
|
|
static void Main ()
|
|
{
|
|
System.Console.WriteLine (One);
|
|
}
|
|
} |