fpc/bugs/bug0003.pp
1998-03-25 11:26:49 +00:00

19 lines
201 B
ObjectPascal

unit bug0002;
interface
implementation
procedure dump_stack(bp : longint);
function get_next_frame(bp : longint) : longint;
begin
end;
begin
end;
end.