1.0.26.6: use private operations on futexes
[sbcl.git] / tests / compiler.pure.lisp
index 165c17b..e9f23d8 100644 (file)
                        t)
               t)))
 
+(with-test (:name :regression-1.0.24.37)
+  (compile nil '(lambda (&key (test (constantly t)))
+                 (when (funcall test)
+                   :quux))))
+
 ;;; Attempt to test a decent cross section of conditions
 ;;; and values types to move conditionally.
 (macrolet