mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 07:08:29 +02:00
22 lines
292 B
ObjectPascal
22 lines
292 B
ObjectPascal
{ Old file: tbs0003.pp }
|
|
{ dito OK 0.9.2 }
|
|
|
|
unit tb0002;
|
|
|
|
interface
|
|
|
|
implementation
|
|
|
|
|
|
procedure dump_stack(bp : longint);
|
|
|
|
function get_next_frame(bp : longint) : longint;
|
|
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
end;
|
|
|
|
end.
|