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