export module M60; // Import statements here. import M64; import M62; export int f60() { return f64() + f62(); }