blob: 280731053d17806c09f24af8fef9797ce9a239d9 [file] [log] [blame]
(:*******************************************************:)
(:Test: sumint3args-3 :)
(: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(lower bound) :)
(:$zero = xs:int(mid range) :)
(:*******************************************************:)
fn:sum((xs:int("0"),xs:int("0"),xs:int("-1873914410")))