1.1 --- a/tests/break.py Sun Oct 08 18:46:21 2006 +0200 1.2 +++ b/tests/break.py Sun Oct 08 18:46:36 2006 +0200 1.3 @@ -1,3 +1,4 @@ 1.4 +x = 1 1.5 while 1: 1.6 if x: 1.7 break