2
0

tb0058.pp 168 B

123456789101112
  1. { %FAIL }
  2. { Old file: tbf0301.pp }
  3. { crash if destructor without object name is parsed OK 0.99.13 (PFV) }
  4. Program bug0301;
  5. destructor done;
  6. begin
  7. end;
  8. begin
  9. end.