summaryrefslogtreecommitdiffstats
path: root/tests/012/buf.tl
blob: 1c8040d697ec32a88b84f4e0388a4f8a7ebcc78e (plain)
1
2
3
4
(load "../common")

(vtest (uint-buf (make-buf 8 255 16)) (pred (expt 2 64)))
(test (int-buf (make-buf 8 255 16)) -1)