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