blob: 1c997fa1e4e991807ef1f34d6444226bf7edbfbd [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-or-118.xq :)
(: Written By: Lalith Kumar :)
(: Date: Thu May 12 05:53:51 2005 :)
(: Purpose: Logical 'or' using int values :)
(:*******************************************************:)
<return>
{ xs:int(-2147483648) or xs:int(0) }
</return>