6 lines
77 B
C#
Raw Permalink Normal View History

// Compiler options: -t:library
public class C
{
internal string message;
}