blob: ef9571ace60b0a4449b290ccf021e557af3c2f6f [file] [log] [blame]
(: Name: extvardeclwithtoutype-3 :)
(: Description: Evaluates an external variable declaration without type:)
(: Use type xs:integer. :)
declare variable $x external;
xs:integer($x)