1 2 3 4 5 6 7 8 9
export module M60; // Import statements here. import M64; import M62; export int f60() { return f64() + f62(); }