Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / tests / test-multi-netmodule-2-dll1.cs
1 // Compiler options: -addmodule:test-multi-netmodule-1-netmodule.netmodule -t:library
2
3 public class M2 {
4         public M1 m1 = new M1();
5 }