More robust FILTER-LVAR through CASTs
[sbcl.git] / tests / compiler.pure.lisp
index d1c8656..6e1d150 100644 (file)
                      #\1 :y 2))
                   (let ((p2 #'(lambda (char) (upper-case-p char))))
                     (funcall p2 s)))))
+
+(with-test (:name :bug-1181684)
+  (compile nil `(lambda ()
+                  (let ((hash #xD13CCD13))
+                    (setf hash (logand most-positive-word
+                                       (ash hash 5)))))))