1 2 3 4 5 6 7 8 9
export module M28; // Import statements here. import M33; import M30; export int f28() { return f33() + f30(); }