blob: 6be5cdaeb3d614836f6258213dbaa57ac5b42308 [file] [log] [blame]
(: Name: vardeclwithtype-12 :)
(: Description: Evaluates an internal variable declaration with type that is declared twice:)
declare variable $var as xs:date := xs:date("1999-11-28Z");
declare variable $var as xs:date := xs:date("1999-11-28Z");
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
$var