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