[fpc-devel] Is this a bug?
Martin Frb
lazarus at mfriebe.de
Wed Feb 27 17:35:55 CET 2019
Maybe https://bugs.freepascal.org/view.php?id=34772
On 27/02/2019 17:24, Bart wrote:
> Reported in forum:
> http://forum.lazarus.freepascal.org/index.php/topic,44466.msg312583.html#msg312583
>
> {$mode objfpc} //same in mode delphi, did not test others
> procedure DoIt(ar: array of const);
> begin
> try
> exit;
> finally
>
> end
> end;
>
> begin
> DoIt([]);
> end.
More information about the fpc-devel
mailing list