Index: uspace/dist/src/bithenge/test-repeat.bh
===================================================================
--- uspace/dist/src/bithenge/test-repeat.bh	(revision 0caaaa0055efb2a5487b877b87dd4fa1094d049b)
+++ uspace/dist/src/bithenge/test-repeat.bh	(revision 0caaaa0055efb2a5487b877b87dd4fa1094d049b)
@@ -0,0 +1,6 @@
+transform main = struct {
+	.none <- repeat(0) { uint8 };
+	.one <- repeat(1) { uint8 };
+	.count <- uint8;
+	.many <- repeat(.count) { uint8 };
+};
Index: uspace/dist/src/bithenge/test-repeat.dat
===================================================================
--- uspace/dist/src/bithenge/test-repeat.dat	(revision 0caaaa0055efb2a5487b877b87dd4fa1094d049b)
+++ uspace/dist/src/bithenge/test-repeat.dat	(revision 0caaaa0055efb2a5487b877b87dd4fa1094d049b)
@@ -0,0 +1,3 @@
+
+
+
