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