1 2 3 4 5 6 7 8 9
export module M0; // Import statements here. import M5; import M5; export int f0() { return f5() + f5(); }