fpc/tests/webtbf/tw24434.pp
florian b1f7fb4ba1 * test for already fixed issue #24434
git-svn-id: trunk@48516 -
2021-02-06 12:53:04 +00:00

14 lines
144 B
ObjectPascal

{ %fail }
function f(s: string): string;
begin
f := '''' + s + '''';
end;
function f(s: string): integer;
begin
Val(s,f);
end;
begin
end.