blob: 415714cc022d097218e34f2bb3f9aa75ff94aca3 [file]
export module M2;
import M3;
export int func2() {
return func3();
}