7 lines
156 B
Common Lisp
7 lines
156 B
Common Lisp
(defun throwaway-function ()
|
|
"This function must not leak out of this file"
|
|
"foo")
|
|
|
|
`((:foo . ,(throwaway-function))
|
|
(:bar . "bar")
|
|
(:baz . "baz"))
|