Drop use of def files for x86, x64 mono-2.0-sgen|boehm.dll Windows build.
[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 }