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

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.