blob: d3d5efeea83c6b7ad7e69b8accb0d3704bb915ef [file] [log] [blame]
(:*******************************************************:)
(:Test: sumint2args-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: :)
(:$arg = xs:int(upper bound) :)
(:$zero = xs:int(lower bound) :)
(:*******************************************************:)
fn:sum((xs:int("2147483647"),xs:int("-2147483648")))