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

13 lines
177 B
C#
Raw Normal View History

// Compiler options: -noconfig -r:gtest-exmethod-22-lib.dll -r:System.Core.dll
using System;
public class Program
{
public static int Main ()
{
1.Foo ();
return 0;
}
}