Merge pull request #4998 from kumpera/fix_56684
[mono.git] / mcs / tests / gtest-exmethod-23.cs
1 // Compiler options: -nostdlib -noconfig -r:mscorlib.dll -r:System.Core.dll -lib:../class/lib/net_4_x
2
3 public static class T
4 {
5         public static void A (this string v, int a)
6         {
7         }
8
9         public static void Main ()
10         {
11         }
12 }