mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 02:30:41 +01:00
* new bug
This commit is contained in:
parent
11131fcc04
commit
a79c9b019e
12
tests/webtbf/tw2281.pp
Normal file
12
tests/webtbf/tw2281.pp
Normal file
@ -0,0 +1,12 @@
|
||||
{ %fail }
|
||||
|
||||
{$Mode ObjFPC}{$H+}
|
||||
|
||||
procedure A(i: longint);
|
||||
begin
|
||||
|
||||
end;
|
||||
|
||||
begin
|
||||
A(false);
|
||||
end.
|
||||
Loading…
Reference in New Issue
Block a user