blob: 5b2319f52adc534fecd152c680e61d16fc904ad4 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-CondExpr-4 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:37+02:00 :)
(: Purpose: An expression involving the if expression that trigger certain optimization paths in some implementations(#2). :)
(:*******************************************************:)
(if(boolean((1, current-time())[1] treat as xs:integer)) then true() else false()) eq true()