1.0.27.30: minor octets.lisp cleanup
[sbcl.git] / tests / hash.impure.lisp
index 231939e..c5c9786 100644 (file)
 
 (defvar *cons-here*)
 
+(declaim (notinline args))
+(defun take (&rest args)
+  (declare (ignore args)))
+
 (defmacro alloc (&body body)
   "Execute BODY and try to reduce the chance of leaking a conservative root."
   #-sb-thread
             (gc :full t)
             (assert (= n (hash-table-count ht)))))))
 
-(defun take (&rest args)
-  (declare (ignore args)))
-
 (defun add-removable-stuff (ht &key (n 100) (size 10))
   (flet ((unique-object ()
            (make-array size :fill-pointer 0)))