blob: 6a3ef96f5690307d90a6f7eb2e25be269553bf1b [file] [log] [blame]
export module M8;
import M9;
export int func8() {
return func9();
}