Merge pull request #1861 from saper/home-override
[mono-project.git] / mcs / tests / gtest-exmethod-23.cs
blob1bc927517ac375456791c1595c6dc60c3a76397a
1 // Compiler options: -nostdlib -noconfig -r:mscorlib.dll -r:System.Core.dll -lib:../class/lib/net_4_5
3 public static class T
5 public static void A (this string v, int a)
9 public static void Main ()