mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-06 09:49:27 +01:00
+ Added tb0160
This commit is contained in:
parent
756dd463ff
commit
8fb9867f9c
13
tests/tbf/tb0160.pp
Normal file
13
tests/tbf/tb0160.pp
Normal file
@ -0,0 +1,13 @@
|
||||
{%fail}
|
||||
{%OPT=-Sg}
|
||||
program tb0160;
|
||||
|
||||
procedure crasher;
|
||||
|
||||
begin
|
||||
end;
|
||||
|
||||
begin
|
||||
{The following caused ie 9999.}
|
||||
crasher:
|
||||
end.
|
||||
Loading…
Reference in New Issue
Block a user