summaryrefslogtreecommitdiff
path: root/mcs/tests/test-static-using-09-lib.cs
blob: cd0468bbf08dfadac7a6c1add8afecc072beaf32 (plain)
1
2
3
4
5
6
// Compiler options: -t:library

public static class Constants
{
	public const long One = 1;
}