fpc/tests/tbs0081.pp
1998-12-02 13:05:01 +00:00

8 lines
82 B
ObjectPascal

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