1 2 3 4 5 6 7 8 9
export module M23; // Import statements here. import M26; import M26; export int f23() { return f26() + f26(); }