2004-12-06 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / tests / mtest-1-dll.cs
1 // Compiler options: -t:library
2
3 namespace Q {
4         public class A {
5                 public static new string ToString() {
6                         return "Hello world!";
7                 }
8         }
9 }