cl-hssg/test/hssg/sample-files/metadata.lisp
2022-09-26 22:58:36 +02:00

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"))