mirror of
https://github.com/open-goal/jak-project
synced 2026-07-04 13:30:41 -04:00
10 lines
194 B
Common Lisp
10 lines
194 B
Common Lisp
;-*-Scheme-*-
|
|
|
|
(test-setup 2 #f)
|
|
|
|
;; test an immediate lambda which does not generate code.
|
|
|
|
(define *test-result*
|
|
((lambda :inline-only #t (x y z) y) 1 2 3))
|
|
(test-result *test-result*)
|