blob: e2714288ad0078111ac095424e69d8e0701b50de [file] [log] [blame]
(: Name: vardeclwithtype-15 :)
(: Description: Evaluates an internal variable declaration with type and expression.:)
(: Test usage of variable with no assigned value at time of expression definition. :)
declare variable $var as xs:integer := $e +1;
declare variable $e as xs:integer := 10;
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
$var