linux-packaging-mono/mcs/tests/test-319-lib.cs

7 lines
84 B
C#
Raw Normal View History

// Compiler options: -t:library
public class C
{
public const decimal D = 4;
}