blob: 0be4a1a0a98625678ba16f826e75f4784e54c32a [file] [log] [blame]
(:*******************************************************:)
(:Test: sumint3args-4 :)
(: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(upper bound) :)
(:*******************************************************:)
fn:sum((xs:int("0"),xs:int("0"),xs:int("2147483647")))