* man/mono-shlib-cop.1: Add man page for mono-shlib-cop program.
[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 }