blob: 17d5af4c568db8e2ebfd8626ac406e2619a61517 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-QuantExprWithout-86 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:37+02:00 :)
(: Purpose: Variable which is not in scope. :)
(:*******************************************************:)
every $a in (1, 2, 3), $b in (1, 2, 3, $b) satisfies ($a eq $b)