summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/tbs/tb0245.pp
blob: 453cd58a5b646e98db7410fabf97b749c378605a (plain)
1
2
3
4
5
6
7
8
{ Old file: tbs0286.pp }
{ #$08d not allowed as Char constant                   OK 0.99.13 (PFV) }

var
  c : char;
begin
  c:=#$08d;
end.