1 2 3 4 5 6 7 8 9
export module M25; // Import statements here. import M29; import M28; export int f25() { return f29() + f28(); }