Index: benchmark/creation/upp_cor.cc
===================================================================
--- benchmark/creation/upp_cor.cc	(revision b4107c815918e9d1300f3381d29c2a863abf7de8)
+++ benchmark/creation/upp_cor.cc	(revision aebf5b06ce02ccc1e53da100979d710879fe0d6c)
@@ -5,4 +5,6 @@
 _Coroutine MyCor {
 	void main() {}
+  public:
+	MyCor() { resume(); }
 };
 
