0.8.0.76:
[sbcl.git] / tests / type.pure.lisp
index b97a0e9..90205bc 100644 (file)
 
 (assert (not (nth-value 1 (subtypep '(and null some-unknown-type)
                                     'another-unknown-type))))
+
+;;; bug 46c
+(dolist (fun '(and if))
+  (assert (raises-error? (coerce fun 'function) type-error)))