Files
jak-project/test/goalc/source_templates/arithmetic/mod-unsigned.static.gc
water111 b263e33e94 [goalc] fix mod bug and add div tests (#1296)
* fix mod bug and add div tests

* update changelog
2022-04-11 20:53:24 -04:00

3 lines
89 B
Common Lisp

(_format #t "~X ~X~%"
(mod -1 10) ;; -1
(mod (the uint #xffffffff) 10))