blob: 4826fc3b2f8e141a1cd0c15c8c161f2ca524c8df [file] [log] [blame]
(: Name: vardeclwithtype-22 :)
(: Description: Evaluates an internal variable declaration with type that uses the fn:empty function .:)
declare variable $var as xs:boolean := fn:empty((1,2,3));
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
$var