blob: 485b2277b1914563ff5cd01ffd6e77cfd3efd377 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-QuantExprWithout-43 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:37+02:00 :)
(: Purpose: A binding in a 'some' quantification shadows global variables. :)
(:*******************************************************:)
declare variable $i := false();
declare variable $t := false();
some $i in (true(), true()), $t in (true(), true()) satisfies $i eq $t