blob: 8b671270d6c6755b75652058d0966061d18bc791 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-CondExpr-5 :)
(: 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((1, 2, 3, hours-from-time(current-time()))[1])
then true() else false()