mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 18:28:12 +02:00
14 lines
167 B
ObjectPascal
14 lines
167 B
ObjectPascal
{ %FAIL }
|
|
{ Old file: tbf0196.pp }
|
|
{ "function a;" is accepted (should require result type) OK 0.99.1 (PM) }
|
|
|
|
Program bug0195;
|
|
|
|
function a;
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
a
|
|
end.
|