jak-project/goal_src/test/test-three-reg-mult.gc
2020-09-13 17:34:02 -04:00

7 lines
40 B
Common Lisp

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