1 2 3 4 5 6 7 8 9
export module M76; // Import statements here. import M77; import M79; export int f76() { return f77() + f79(); }