mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 19:48:08 +02:00
9 lines
139 B
ObjectPascal
9 lines
139 B
ObjectPascal
{ Old file: tbs0286.pp }
|
|
{ #$08d not allowed as Char constant OK 0.99.13 (PFV) }
|
|
|
|
var
|
|
c : char;
|
|
begin
|
|
c:=#$08d;
|
|
end.
|