blob: d35e82de8e361991da540bf85c6029ad35c0bdf9 [file] [log] [blame]
(: name : cast-within-16 :)
(: description : Casting from long to an int.:)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
let $value := xs:long(10)
return $value cast as xs:int