7bc10eb9b78c ^
1 2 3 4 5 6
(defpackage lib-example (:use :cl) (:export :who)) (in-package :lib-example) (defun who () "edef")