blob: eed1f7cdc7997c2fcaace66f46fe1a1a88585a3b [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-or-119.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(1) }
</return>