mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 02:07:53 +02:00
+ test for fc3d71bba3
This commit is contained in:
parent
fc3d71bba3
commit
74bed63e28
7
tests/tbs/tb0714.pp
Normal file
7
tests/tbs/tb0714.pp
Normal file
@ -0,0 +1,7 @@
|
||||
var
|
||||
s : string[20];
|
||||
begin
|
||||
setlength(s,21);
|
||||
if length(s)>sizeof(s)-1 then
|
||||
halt(1);
|
||||
end.
|
Loading…
Reference in New Issue
Block a user