6 lines
105 B
Hy
6 lines
105 B
Hy
|
"This module produces an error when imported."
|
||
|
(defmacro a-macro [x]
|
||
|
(+ x 1))
|
||
|
|
||
|
(print (a-macro 'blah))
|