cl-hssg/test/hssg/sample-files/metadata.lisp

9 lines
220 B
Common Lisp
Raw Normal View History

;;; This file produces HSSG metadata when read by a Lisp reader
2022-09-26 22:58:36 +02:00
(defun throwaway-function ()
"This function must not leak out of this file"
"foo")
`((:foo . ,(throwaway-function))
(:bar . "bar")
(:baz . "baz"))