* new bug

This commit is contained in:
peter 2002-12-23 20:13:26 +00:00
parent 11131fcc04
commit a79c9b019e

12
tests/webtbf/tw2281.pp Normal file
View File

@ -0,0 +1,12 @@
{ %fail }
{$Mode ObjFPC}{$H+}
procedure A(i: longint);
begin
end;
begin
A(false);
end.