Files
jak-project/test/goalc/source_templates/variables/mlet.static.gc
T
2020-10-08 00:05:01 -04:00

8 lines
73 B
Common Lisp

(defglobalconstant c1 3)
(+ c1 (mlet ((c1 4))
c1
)
c1
)