linux-packaging-mono/mcs/tests/gtest-friend-14.cs

13 lines
150 B
C#
Raw Normal View History

// Compiler options: -r:gtest-friend-14-lib.dll
using N;
public class Test
{
public static int Main ()
{
C.Init (new C.S [0]);
return 0;
}
}