summaryrefslogtreecommitdiffstats
path: root/tests/012/buf.tl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/012/buf.tl')
-rw-r--r--tests/012/buf.tl4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/012/buf.tl b/tests/012/buf.tl
new file mode 100644
index 00000000..1c8040d6
--- /dev/null
+++ b/tests/012/buf.tl
@@ -0,0 +1,4 @@
+(load "../common")
+
+(vtest (uint-buf (make-buf 8 255 16)) (pred (expt 2 64)))
+(test (int-buf (make-buf 8 255 16)) -1)