hy/tests/resources/importer/circular.hy
2018-08-26 00:27:36 -05:00

6 lines
68 B
Hy

(setv a 1)
(defn f []
(import circular)
circular.a)
(print (f))