0.8.6.28:
[sbcl.git] / tests / compiler.pure-cload.lisp
index 85b484d..b61f5e5 100644 (file)
                              (make-array 1 :element-type '(unsigned-byte 32)
                                          :initial-element n))
                     nil)))))))
+
+;;; bug 261
+(let ((x (list (the (values &optional fixnum) (eval '(values))))))
+  (assert (equal x '(nil))))