blob: 3ca4d1448fa9ee50dc5193d11b161a938c07a9a3 [file] [log] [blame]
export module M0;
import M1;
export int func0() {
return func1();
}