Skip to content
Snippets Groups Projects
Commit d41d2ff7 authored by pfdietz's avatar pfdietz
Browse files

Added misc.641

parent 0359a4a0
No related branches found
No related tags found
No related merge requests found
...@@ -11369,3 +11369,15 @@ Broken at C::WT-MAKE-CLOSURE. ...@@ -11369,3 +11369,15 @@ Broken at C::WT-MAKE-CLOSURE.
(funcall (compile nil form) 335562 4655131896)) (funcall (compile nil form) 335562 4655131896))
-16188325520) -16188325520)
;;; sbcl 0.9.12.27 (x86 linux)
;;; The value NIL is not of type SB-C::IR2-NLX-INFO.
(deftest misc.641
(let ((form '(lambda (c)
(declare (optimize (speed 1) (space 0) (debug 2)
(compilation-speed 0) (safety 1)))
(flet ((%f3 (f3-1 &key (key1 (count (floor 0 (min -74 0)) #())))
0))
(apply #'%f3 0 nil)))))
(funcall (compile nil form) 1))
0)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment