Index: tests/concurrent/preempt.cfa
===================================================================
--- tests/concurrent/preempt.cfa	(revision 1612315240e2c22cd1c91ac79e6f50519f41cbe1)
+++ tests/concurrent/preempt.cfa	(revision 451d9580a1907a9ec491628a954f8a1767f660dd)
@@ -26,5 +26,5 @@
 thread worker_t {
 	int value;
-	unsigned spin = 0;
+	unsigned spin;
 };
 
@@ -44,5 +44,5 @@
 			if( (next % 100) == 0 ) printf("%d\n", (int)next);
 			__cfaabi_check_preemption();
-			spin = 0;
+			this.spin = 0;
 		}
 		__cfaabi_check_preemption();
