Internal error 200304235
Fpc 3.3.1 (Early Dec 2023)
program Project1;
procedure Foo(b: type );
begin
end;
begin
foo(1); // error here
end.
Fpc 3.3.1 (Early Dec 2023)
program Project1;
procedure Foo(b: type );
begin
end;
begin
foo(1); // error here
end.