Browse Source

* new bug

peter 20 years ago
parent
commit
fea853245d
1 changed files with 12 additions and 0 deletions
  1. 12 0
      tests/webtbs/tw3764.pp

+ 12 - 0
tests/webtbs/tw3764.pp

@@ -0,0 +1,12 @@
+{ Source provided for Free Pascal Bug Report 3764 }
+{ Submitted by "carl" on  2005-03-09 }
+{ e-mail: [email protected] }
+
+begin
+  repeat
+    break;
+  until (true);
+  while false do
+    continue;
+end.
+