bug0003.pp 201 B

123456789101112131415161718
  1. unit bug0002;
  2. interface
  3. implementation
  4. procedure dump_stack(bp : longint);
  5. function get_next_frame(bp : longint) : longint;
  6. begin
  7. end;
  8. begin
  9. end;
  10. end.