(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / tests / mtest-1-dll.cs
blob82eb4bb1c8b2f9bce2426b3007c5e1d3d9302198
1 // Compiler options: -t:library
3 namespace Q {
4 public class A {
5 public static new string ToString() {
6 return "Hello world!";