linux-packaging-mono/mcs/tests/gtest-exmethod-45.cs

10 lines
138 B
C#
Raw Normal View History

// Compiler options: -r:gtest-exmethod-45-lib.dll
public class C
{
public static void Main ()
{
string s = null;
s.TestExt ();
}
}