mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 14:20:05 +02:00
10 lines
173 B
ObjectPascal
10 lines
173 B
ObjectPascal
{ %FAIL }
|
|
{ Old file: tbf0071.pp }
|
|
{ shows that an unterminated constant string in a writeln() statement crashes the compiler. }
|
|
|
|
program tbf0071;
|
|
|
|
begin
|
|
writeln ('
|
|
end.
|