blob: 1ac1a6a64ea9933e0b5487db4c15c8b935aa916e [file] [log] [blame]
export module M4;
import M5;
export int func4() {
return func5();
}