1 2 3 4 5 6 7 8 9
export module M70; // Import statements here. import M74; import M74; export int f70() { return f74() + f74(); }