Index: tests/concurrent/coroutineYield.cfa
===================================================================
--- tests/concurrent/coroutineYield.cfa	(revision b5831132d4fbaaf40970357ae0e068daa9ad3e5e)
+++ tests/concurrent/coroutineYield.cfa	(revision aaf92de26baed13867cb94d561e0a524f4622f79)
@@ -38,6 +38,6 @@
 
 
+Coroutine c;
 int main(int argc, char* argv[]) {
-	Coroutine c;
 	for(int i = 0; TEST(i < N); i++) {
 		#if !defined(TEST_FOREVER)
