summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/tbs/tb0074.pp
blob: 40b42c9cb2689f7bf5b6fa63637c9ade5616d6b3 (plain)
1
2
3
4
5
6
7
8
9
10
{ 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.