+ Added tb0160

This commit is contained in:
daniel 2004-02-28 10:52:05 +00:00
parent 756dd463ff
commit 8fb9867f9c

13
tests/tbf/tb0160.pp Normal file
View File

@ -0,0 +1,13 @@
{%fail}
{%OPT=-Sg}
program tb0160;
procedure crasher;
begin
end;
begin
{The following caused ie 9999.}
crasher:
end.