2022-11-05 13:09:32 +01:00
|
|
|
;;; 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"))
|