mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 17:28:23 +02:00
14 lines
124 B
ObjectPascal
14 lines
124 B
ObjectPascal
{%fail}
|
|
{%OPT=-Sg}
|
|
program tb0160;
|
|
|
|
procedure crasher;
|
|
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
{The following caused ie 9999.}
|
|
crasher:
|
|
end.
|