fpc/bugs/bug0081.pp
1998-03-25 11:26:49 +00:00

8 lines
82 B
ObjectPascal

program bug0081;
const
EOL : array [1..2] of char = #13 + #10;
begin
end.