new tests from bug 61128
[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 }