c3554d699c77d0a70bda7df42d49a6b1a5566960
[wolf] / resources / dircheck / package.lisp
1 ; Copyright XXXX AGPL
2 (defpackage #:something (:use :common-lisp)
3  (:export :a :b :c))
4
5 (defpackage #:nothing
6  (:use :common-lisp)
7  (:export :l))