jak-project/test/goalc/source_templates/arithmetic/multiply-let.static.gc
2020-10-08 00:05:01 -04:00

7 lines
40 B
Common Lisp

(let ((x 3))
(* x 4)
(* x)
x
)