Safety check for "diamond dependencies" on netmodules
[mono-project.git] / mono / tests / test-multi-netmodule-2-dll1.cs
blob018db84323a07221fdb017465f0be9a952af76e6
1 // Compiler options: -addmodule:test-multi-netmodule-1-netmodule.netmodule -t:library
3 public class M2 {
4 public M1 m1 = new M1();