1.0.3.20: better SEARCH transform
[sbcl.git] / tests / packages.impure.lisp
index ddfdf18..a392aec 100644 (file)
@@ -22,3 +22,5 @@
   (package-error (c) (princ c))
   (:no-error (&rest args) (error "(EXPORT :FOO) returned ~S" args)))
 
+(make-package "FOO")
+(assert (shadow #\a :foo))