blob: 9a9e1253785e519f8494b9e4b9787374295df40c [file] [log] [blame]
(:*******************************************************:)
(:Test: sumint3args-2 :)
(:Written By: Carmelo Montanez :)
(:Date: Fri Dec 10 10:15:47 GMT-05:00 2004 :)
(:Purpose: Evaluates The "sum" function :)
(: with the arguments set as follows: :)
(:$arg1 = xs:int(lower bound) :)
(:$arg2 = xs:int(mid range) :)
(:$zero = xs:int(lower bound) :)
(:*******************************************************:)
fn:sum((xs:int("-273569238"),xs:int("-1873914410"),xs:int("0")))