1.0.38.9: Integer callback result fixes.
[sbcl.git] / tests / arith.pure.lisp
index af1932c..6ca3aaa 100644 (file)
                       < <= = >= >
                       eql
                       eq))))
+
+;; GCD used to sometimes return negative values. The following did, on 32 bit
+;; builds.
+(with-test (:name :gcd)
+  (assert (plusp (gcd 20286123923750474264166990598656
+                      680564733841876926926749214863536422912))))