fpc/tests/tbs/tb0074.pp
2000-11-30 22:38:14 +00:00

11 lines
179 B
ObjectPascal

{ Old file: tbs0081.pp }
{ Shows incompatibility with borland's 'array of char'. OK 0.99.1 (FK) }
program bug0081;
const
EOL : array [1..2] of char = #13 + #10;
begin
end.