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

13 lines
173 B
ObjectPascal

{ Old file: tbs0059.pp }
{ shows the problem with syntax error with ordinal OK 0.99.1 (FK) }
Program ConstBug;
Const
S = ord('J');
t: byte = ord('J');
Begin
end.