blob: 816426d705220886ca94d9d936a8c9498dcbeda2 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-ForExprWithout-41 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:37+02:00 :)
(: Purpose: Variable which is not in scope. :)
(:*******************************************************:)
for $a in (1, 2, 3), $b in (1, 2, 3, $b)
return $a, $b