struct Expansion : Cothread { Expansion(); static auto Enter() -> void; virtual auto main() -> void; }; #include #include #include