jak-project/test/goalc/source_templates/with_game/test-mips2c-call.gc
water111 f9d8fcd6e4
[decomp] add mips2c converter (#842)
* mips 2 c basic version, not yet tested

* calling works without crashing, but the function doesn't

* it works

* add test

* cleanup and actually add the test

* dont use mips2c by default for font

* clean up formatting
2021-09-11 20:52:35 -04:00

5 lines
140 B
Common Lisp

(let ((f (the (function int int int int int int int int int) (__pc-get-mips2c "test-func"))))
(format #t "~D~%" (f 1 2 3 4 5 6 7 8))
)