This commit is contained in:
peter 1998-07-07 11:12:14 +00:00
parent 477a174399
commit 87c7b2ce06
2 changed files with 13 additions and 1 deletions

12
bugs/bug0147.pp Normal file
View File

@ -0,0 +1,12 @@
unit u;
interface
function b:boolean;
implementation
function b;
begin
end;
end.

View File

@ -195,4 +195,4 @@ bug0143.pp cannot concat string and array of char in $X+ mode
bug0144.pp problem with 'with object do'
bug0145.pp typed files with huges records (needs filerec.size:longint)
bug0146.pp no sizeof() for var arrays and the size is pushed incorrect
bug0147.pp function b; is not allowed in implementation