Files
jak-project/test/old_goal_tests/tests/test-simple-function-call.gc
T
2020-08-22 22:32:18 -04:00

9 lines
211 B
Common Lisp

;-*-Scheme-*-
;; this math will be evaluted in goos
(test-setup (+ 1 (* 2 2) (* 3 3) (* 4 4)) #f)
;; this relies on the c kernel having this test-function defined.
(test-result (test-function 1 2 3 4))