Merge pull request #3591 from directhex/mono_libdir_fallback
[mono.git] / mono / tests / test-multi-netmodule-3-dll2.cs
1 // Compiler options: -addmodule:test-multi-netmodule-1-netmodule.netmodule -t:library
2
3 public class M3 {
4         public M1 m1 = new M1();
5 }