export module Block; export { int alpha() { return 1; } int beta() { return 2; } namespace ns { int gamma() { return 3; } } // namespace ns }