1 2 3 4 5 6 7 8 9
export module M94; // Import statements here. import M95; import M98; export int f94() { return f95() + f98(); }