mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 11:29:29 +02:00
* New test verifying that Internal Error 2013032603 no longer occurs for "Str"
This commit is contained in:
parent
6f526e83a4
commit
f8f7867198
9
tests/webtbf/tw41249.pp
Normal file
9
tests/webtbf/tw41249.pp
Normal file
@ -0,0 +1,9 @@
|
||||
{ %FAIL }
|
||||
program tw41249;
|
||||
var
|
||||
c: Char;
|
||||
s: string;
|
||||
|
||||
begin
|
||||
Str(c, s); // Ensure a compiler error occurs and not Internal error 2013032603
|
||||
end.
|
Loading…
Reference in New Issue
Block a user