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