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

6 lines
94 B
C#
Raw Normal View History

// Compiler options: -t:library
public static class Constants
{
public const long One = 1;
}