Index: tests/coroutine/pingpong.cfa
===================================================================
--- tests/coroutine/pingpong.cfa	(revision 456834bab8c511c181adb66426754ef2b7815b3c)
+++ tests/coroutine/pingpong.cfa	(revision 1427e903e1ad3bd571bc2200dc45f73a40c588c9)
@@ -24,4 +24,5 @@
 
 void ?{}( PingPong & this, const char * name, unsigned int N, PingPong & part ) {
+	(this.__cor){name};
 	this.name = name;
 	this.N = N;
