blob: 2105a90644555072ef185dcc8a961a132de9c291 [file] [log] [blame]
(: Name: statictyping-21 :)
(: Description: Evaluation of static typing where value of a variable is not set. :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
let $x := 1
let $z := $x + $y
return $x