1 // Compiler options: -addmodule:test-418-2-mod.netmodule -addmodule:test-418-3-mod.netmodule
7 public M3 () : base ("FOO") {
10 public static int Main () {
11 if (new M3 ().Foo
!= "FOO")
13 /* Test that the EXPORTEDTYPES table is correctly set up */
14 if (typeof (M3
).Assembly
.GetTypes ().Length
!= 3)
16 if (typeof (M3
).Assembly
.GetType ("M2") == null)
18 if (typeof (M3
).Assembly
.GetType ("M2") != typeof (M2
))