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

11 lines
156 B
ObjectPascal

{ %FAIL }
{ Old file: tbf0010.pp }
{ tests string constants exceeding lines OK 0.9.2 }
program hello;
begin
writeln('Hello);
end.