0.9.16.30:
[sbcl.git] / tests / type.impure.lisp
index 5e6540a..73301f0 100644 (file)
 (assert-t-t
  (subtypep '(or fixnum simple-string end-of-file parse-error fixnum vector)
            '(or fixnum vector end-of-file parse-error fixnum simple-string)))
+
+#+sb-eval
+(assert-t-t
+ (subtypep '(and function (not compiled-function)
+             (not sb-eval:interpreted-function))
+           nil))
+
 ;;; success