fpc/tests/tbf/tb0033.pp
2000-12-03 21:50:07 +00:00

14 lines
189 B
ObjectPascal

{ %FAIL }
{ Old file: tbf0167.pp }
{ crash when declaring a procedure with same name as object OK 0.99.9 (PFV) }
type ObjTest = Object
End;
Procedure ObjTest;
Begin
end;
Begin
end.