mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 00:48:10 +02:00
9 lines
190 B
ObjectPascal
9 lines
190 B
ObjectPascal
{ Old file: tbs0277.pp }
|
|
{ typecasting with const not possible OK 0.99.13 (PFV) }
|
|
|
|
program bug0277;
|
|
const test_byte=pchar(1);
|
|
begin
|
|
writeln('Hello world');
|
|
end.
|