6 lines
77 B
C#
Raw Normal View History

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