blob: cea6696dee28a5cfb0be54c0742ec6be711018d0 [file] [log] [blame]
export module M1;
import M2;
export int func1() {
return func2();
}