Index: uspace/dist/src/bithenge/test-repeat.bh
===================================================================
--- uspace/dist/src/bithenge/test-repeat.bh	(revision 0ce01037640ac4718581ca6f60b0f6de5061aa93)
+++ uspace/dist/src/bithenge/test-repeat.bh	(revision c12b2ae082eac0a7d4f9b390d096717c290f3211)
@@ -3,5 +3,7 @@
 	.one <- repeat(1) { uint8 };
 	.count <- uint8;
-	.many <- repeat(.count) { uint8 };
+	if (true) { # test whether .count is still accessible
+		.many <- repeat(.count) { uint8 };
+	}
 };
 
