Switch to compiler-tester
[mono.git] / mcs / tests / test-410-lib.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 }