blob: 150964e2a0948fd63a3f56728bbcad1bc8f8dd66 [file] [log] [blame]
export module M96;
// Import statements here.
import M99;
import M99;
export int f96() {
return f99() + f99();
}