fpc/tests/tbf/tb0014.pp
2000-12-03 21:50:07 +00:00

9 lines
154 B
ObjectPascal

{ %FAIL }
{ Old file: tbf0094.pp }
{ internal error when recordtype not found with case OK 0.99.1 }
begin
case textrec(l).mode of
1 ;
end;
end.