mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 19:28:13 +02:00
* readln internalerror
This commit is contained in:
parent
1eab231e2e
commit
536f3971b8
7
tests/tbf/tb0124.pp
Normal file
7
tests/tbf/tb0124.pp
Normal file
@ -0,0 +1,7 @@
|
||||
{ %fail }
|
||||
|
||||
var
|
||||
a,b : string;
|
||||
begin
|
||||
readln(a,' ',b);
|
||||
end.
|
Loading…
Reference in New Issue
Block a user