mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 18:29:36 +02:00
11 lines
101 B
ObjectPascal
11 lines
101 B
ObjectPascal
{ %fail }
|
|
program Project1;
|
|
|
|
procedure Foo(b: type );
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
foo(1); // error here
|
|
end.
|