0.8alpha.0.32:
[sbcl.git] / tests / interface.pure.lisp
index 6208384..a37c1f6 100644 (file)
@@ -41,3 +41,9 @@
 (subtypep 'fixnum 'integer nil)
 (upgraded-array-element-type '(mod 5) nil)
 (upgraded-complex-part-type '(single-float 0.0 1.0) nil)
+
+;;; We should have documentation for our extension package:
+(assert (documentation (find-package "SB-EXT") t))
+
+;;; DECLARE should not be a special operator
+(assert (not (special-operator-p 'declare)))