0.pre8.16:
[sbcl.git] / tests / interface.pure.lisp
index 5d37468..a37c1f6 100644 (file)
@@ -44,3 +44,6 @@
 
 ;;; 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)))