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