hy/tests/resources/importer/circular.hy

6 lines
68 B
Hy
Raw Normal View History

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