mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 01:08:07 +02:00
13 lines
287 B
ObjectPascal
13 lines
287 B
ObjectPascal
{ %FAIL }
|
|
{ Old file: tbf0269.pp }
|
|
{ wrong linenumber for repeat until when type mismatch OK 0.99.12b (PM) }
|
|
|
|
{ No idea how I could test this !! PM }
|
|
{ we should parse the compiler output !! }
|
|
{ Wrong line number for error message }
|
|
begin
|
|
repeat
|
|
writeln('test');
|
|
until sptr;
|
|
end.
|