Browse Source

* readln internalerror

peter 23 years ago
parent
commit
536f3971b8
1 changed files with 7 additions and 0 deletions
  1. 7 0
      tests/tbf/tb0124.pp

+ 7 - 0
tests/tbf/tb0124.pp

@@ -0,0 +1,7 @@
+{ %fail }
+
+var
+  a,b : string;
+begin
+  readln(a,' ',b);
+end.