hy/tests/resources/fails.hy

6 lines
105 B
Hy

"This module produces an error when imported."
(defmacro a-macro [x]
(+ x 1))
(print (a-macro 'blah))