Merge pull request #4938 from kumpera/optimize_ref_queries
[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 }