blob: 524611cb3c72c598e309aabdc790c97631ab8e76 [file] [log] [blame]
export module M30;
// Import statements here.
import M33;
import M31;
export int f30() {
return f33() + f31();
}