2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / gtest-exmethod-23.cs
blobfcd27f2b73a21859dab60322409c81ffa6fd00d3
1 // Compiler options: -nostdlib -noconfig -r:mscorlib.dll -r:System.Core.dll
3 public static class T
5 public static void A (this string v, int a)
9 public static void Main ()