More unboxed-byte-addresses-are-word-addresses damage.
[sbcl.git] / tests / loop.pure.lisp
index 804cac0..9e6a2db 100644 (file)
     (assert (null warnings-p))
     (assert (null failure-p))
     (assert (equal '(t t) (funcall function)))))
+
+(with-test (:name :bug-654220-regression)
+  (assert (= 32640 (loop for i to 255
+                         sum i into sum of-type fixnum
+                         finally (return sum)))))