tb0237.pp 190 B

12345678
  1. { Old file: tbs0277.pp }
  2. { typecasting with const not possible OK 0.99.13 (PFV) }
  3. program bug0277;
  4. const test_byte=pchar(1);
  5. begin
  6. writeln('Hello world');
  7. end.