tb0033.pp 189 B

12345678910111213
  1. { %FAIL }
  2. { Old file: tbf0167.pp }
  3. { crash when declaring a procedure with same name as object OK 0.99.9 (PFV) }
  4. type ObjTest = Object
  5. End;
  6. Procedure ObjTest;
  7. Begin
  8. end;
  9. Begin
  10. end.