mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-18 17:31:36 +02:00
9 lines
154 B
ObjectPascal
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. |