blob: e63682c52582a43f922fa5b153ac3e3c0f1e308b [file] [log] [blame]
(: Name: vardeclwithtype-20 :)
(: Description: Evaluates an internal variable declaration with type that uses the fn:string-length function .:)
declare variable $var as xs:integer := fn:string-length("ABC");
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
$var