export module Top; import Left; import Right; export int top_val() { return left_val() + right_val(); }