Index: tests/tuple/tupleVariadic.cfa
===================================================================
--- tests/tuple/tupleVariadic.cfa	(revision fd54fef231baeeb0016103bf19cc8e6d87287faf)
+++ tests/tuple/tupleVariadic.cfa	(revision a595ab7a739146896d8052ef3678047d5d617df6)
@@ -98,5 +98,5 @@
 }
 
-forall(T... | { void foo(T); }) void bar(T x) {}
+forall(T... | { void foo(T); }) void bar( T ) {}
 void foo(int) {}
 
@@ -126,5 +126,5 @@
 	{
 		// T = [const int] -- this ensures that void(*)(int) satisfies void(*)(const int)
-		const int x;
+		const int x = 42;
 		bar(x);
 	}
