0.8.3.70:
[sbcl.git] / tests / compiler.impure-cload.lisp
index 09c0fb5..a1592a6 100644 (file)
            (min -7580
                 (max (logand a 31365125) d)))))
 
+;;; compiler failure "NIL is not of type LVAR"
+(defun #:foo (x)
+  (progn (truly-the integer x)
+         (1+ x)))
+
 \f
 (sb-ext:quit :unix-status 104)