0.8.0.6:
[sbcl.git] / tests / compiler.pure.lisp
index b1b913c..841bf9a 100644 (file)
                                 :external-format '#:nonsense)))
 (assert (raises-error? (funcall (eval #'load) "assertoid.lisp"
                                 :external-format '#:nonsense)))
+
+(assert (= (the (values integer symbol) (values 1 'foo 13)) 1))