Index: tests/concurrent/examples/boundedBufferEXT.cfa
===================================================================
--- tests/concurrent/examples/boundedBufferEXT.cfa	(revision a77496cbc62f805fc69d3c3f9abd928bfccc0e4b)
+++ tests/concurrent/examples/boundedBufferEXT.cfa	(revision 4c868cb2d605f52664207c4a1a18ed9f041e2057)
@@ -1,5 +1,5 @@
 //
 // Cforall Version 1.0.0 Copyright (C) 2018 University of Waterloo
-// 
+//
 // The contents of this file are covered under the licence agreement in the
 // file "LICENCE" distributed with Cforall.
@@ -87,9 +87,10 @@
 }
 
+enum { Prods = 4, Cons = 5 };
+Producer * prods[Prods];
+Consumer * cons[Cons];
+
 int main() {
 	Buffer(int) buffer;
-	enum { Prods = 4, Cons = 5 };
-	Producer * prods[Prods];
-	Consumer * cons[Cons];
 	int sums[Cons];
 	int i;
