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