Add exception for package.lisp
[wolf] / resources / package.lisp
1 (defpackage #:something (:use :common-lisp)
2  (:export :a :b :c))
3
4 (defpackage #:nothing
5  (:use :common-lisp)
6  (:export :l))