1 2 3 4 5 6 7 8 9
export module M95; // Import statements here. import M99; import M97; export int f95() { return f99() + f97(); }