blob: 17f5880f22cce375b796c8bd55989c285690ec83 [file] [log] [blame]
export module M65;
// Import statements here.
import M68;
import M70;
export int f65() {
return f68() + f70();
}