dlr bug
[mcs.git] / tests / test-418-2-mod.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;