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

14 lines
183 B
C#
Raw Normal View History

// Compiler options: -r:System.Core.dll -r:gtest-exmethod-35-lib.dll
using System;
static class A
{
public static void Test (this int v)
{
}
public static void Main ()
{
}
}