7 lines
84 B
C#
Raw Permalink Normal View History

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