jak-project/test/old_goal_tests/tests/test-defun-extern.gc
2020-08-22 22:32:18 -04:00

8 lines
157 B
Scheme

;-*-Scheme-*-
(test-setup 12345 #f)
;; this should be defun-extern'd in goal-lib.gc
;; and the function is a C Kernel function.
(+ (zero-func) 12345)