mirror of
https://github.com/open-goal/jak-project
synced 2026-06-11 21:19:11 -04:00
27f0a7ca44
* refactor tests and analysis passes * identity test working * combine test categories with only a few cases * more fixes
2 lines
69 B
Common Lisp
2 lines
69 B
Common Lisp
(define-extern print (function object object))
|
|
(print "test string!") |