mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:39:31 +02:00
+ added after comment on fpc-devel by <pavel@insect.mail.iephb.ru>
This commit is contained in:
parent
6165a24c43
commit
e56fafb7d7
13
tests/tbs/tb0392.pp
Normal file
13
tests/tbs/tb0392.pp
Normal file
@ -0,0 +1,13 @@
|
||||
var
|
||||
l: longint;
|
||||
a: array[0..1] of char;
|
||||
|
||||
begin
|
||||
l := 50;
|
||||
str(l,a);
|
||||
if a <> '50' then
|
||||
begin
|
||||
writeln('error');
|
||||
halt(1);
|
||||
end;
|
||||
end.
|
Loading…
Reference in New Issue
Block a user