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

13 lines
215 B
C#
Raw Normal View History

// Compiler options: -nostdlib -noconfig -r:mscorlib.dll -r:System.Core.dll -lib:../class/lib/net_4_x
public static class T
{
public static void A (this string v, int a)
{
}
public static void Main ()
{
}
}