2010-04-07 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / gtest-exmethod-02-lib.cs
blob17803bfada67a2d159018c6934aeb842a5d125ff
1 // Compiler options: -t:library
3 using System;
5 public static class Test
7 public static string Test_1 (this string s)
9 return ":";