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 ad5c8a48df08e34725b61fbf9df8a163eec40df4)
@@ -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 };
+	}
 };
 
