blob: 8b321c9b2bffeb637443702049a24c48bda19920 [file] [log] [blame]
export module M28;
// Import statements here.
import M33;
import M30;
export int f28() {
return f33() + f30();
}