1 2 3 4 5 6 7 8 9
export module M55; // Import statements here. import M58; import M57; export int f55() { return f58() + f57(); }