blob: 32654a0c6ef3c32c09cb463b890af019a5cf33d5 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-QuantExprWithout-89 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:37+02:00 :)
(: Purpose: Nested variable bindings can reference each other. :)
(:*******************************************************:)
every $a in (1, 2, 3), $b in ($a, 4) satisfies $b gt 0