summaryrefslogtreecommitdiff
path: root/tests/tbs/tb0397.pp
blob: 921b3c8fa47f98b399d1581f45f576abedbd8b91 (plain)
1
2
3
4
5
6
7
{ %version=1.1}
{$codepage cp850}
begin
   if ord(widechar('Ž'))<>196 then
     halt(1);
   halt(0);
end.