blob: 6f107094f85eb2e337fef28a0f471c2780603a91 [file] [log] [blame]
export module M60;
// Import statements here.
import M64;
import M62;
export int f60() {
return f64() + f62();
}