blob: 96f135c0040e72e1b7ebc69526658be6df6de1f2 [file] [log] [blame]
export module M3;
import M4;
export int func3() {
return func4();
}