mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 09:08:03 +02:00
19 lines
201 B
ObjectPascal
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.
|