bug0059.pp 74 B

123456789
  1. Program ConstBug;
  2. Const
  3. S = ord('J');
  4. t: byte = ord('J');
  5. Begin
  6. end.