blob: 9cd1863153542aeb28a335aa4be88c8c3d920830 [file] [log] [blame]
(:*******************************************************:)
(:Test: minsht2args-1 :)
(:Written By: Carmelo Montanez :)
(:Date: Fri Dec 10 10:15:47 GMT-05:00 2004 :)
(:Purpose: Evaluates The "min" function :)
(: with the arguments set as follows: :)
(:$arg1 = xs:short(lower bound) :)
(:$arg2 = xs:short(lower bound) :)
(:*******************************************************:)
fn:min((xs:short("-32768"),xs:short("-32768")))