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