2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-410-lib.cs
blob82eb4bb1c8b2f9bce2426b3007c5e1d3d9302198
1 // Compiler options: -t:library
3 namespace Q {
4 public class A {
5 public static new string ToString() {
6 return "Hello world!";