fpc/tests/tbs/tb0397.pp
2002-07-20 17:05:11 +00:00

9 lines
107 B
ObjectPascal

{ %version=1.1}
{$codepage cp850}
begin
if ord(widechar('Ž'))<>196 then
halt(1);
halt(0);
end.