1 2 3 4 5 6 7 8 9
export module M90; // Import statements here. import M91; import M91; export int f90() { return f91() + f91(); }