Updates for CODEOWNERS
[mono-project.git] / mono / tests / test-multi-netmodule-3-dll2.cs
blob4229b80e101ff3b76402f63d8a478ad0cea79bba
1 // Compiler options: -addmodule:test-multi-netmodule-1-netmodule.netmodule -t:library
3 public class M3 {
4 public M1 m1 = new M1();