(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / tests / module-1.cs
blob286fbebf78f0faf3b50620ea2307ce294cc59262
1 // Compiler options: -t:module
3 using System;
5 public class M1 {
7 public string Foo;
9 public M1 (string foo) {
10 this.Foo = foo;