blob: 38fa020a7c8ebb73dc368880ce49f77181ce2f70 [file] [log] [blame]
export module M93;
// Import statements here.
import M97;
import M95;
export int f93() {
return f97() + f95();
}