1 2 3 4 5 6 7 8 9
export module M93; // Import statements here. import M97; import M95; export int f93() { return f97() + f95(); }