export module Consumer; import Block; export int total() { return alpha() + beta() + ns::gamma(); }