summaryrefslogtreecommitdiff
path: root/test/test3.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test3.lisp')
-rw-r--r--test/test3.lisp7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test3.lisp b/test/test3.lisp
new file mode 100644
index 0000000..2febb75
--- /dev/null
+++ b/test/test3.lisp
@@ -0,0 +1,7 @@
+(let ((bs (bs/new!)))
+ (print! bs)
+ (bs/grow! 1 bs)
+ (bs/write8! bs 0 67)
+ (bs/spit! "test3.bin" bs)
+ ;; (bs/delete! bs)
+ )