Files
jak-project/test/goalc/source_templates/functions/simple-call.static.gc
T
2020-10-08 00:05:01 -04:00

2 lines
84 B
Common Lisp

(define-extern test-function (function int int int int int))
(test-function 1 2 3 4)