From 4b294e47144da00ae4b9568fed39569d187ce07e Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 27 Mar 2026 17:23:26 -0400 Subject: Fix doubles --- test/array.lisp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/array.lisp (limited to 'test/array.lisp') diff --git a/test/array.lisp b/test/array.lisp new file mode 100644 index 0000000..976f70d --- /dev/null +++ b/test/array.lisp @@ -0,0 +1,2 @@ +(print! (array/repeat 'foo 1000)) +(array/repeat 'foo 10000) -- cgit v1.2.3