Files
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

4 lines
134 B
Common Lisp

(let ((x 30))
;; setting upper 32 bits should be ignored
(+ (/ (logior #x111111100000000 x) (logior #x1231234400000000 10)) 4)
)