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

6 lines
77 B
C#
Raw Normal View History

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