3a72323237bd405c110d20a1c228c2911d8ae6bd
[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))