blob: 1ce10cd89ef1f4a996d85ad63e0f6ed76d9744e3 [file] [log] [blame]
(: Name: ForExprType005 :)
(: Description: FLWOR expressions with type declaration (simple type) :)
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
for $int as xs:int in (xs:int(1), xs:int(2))
return $int