fpc/tests/tbs/tb0473.pp
fpc 790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00

11 lines
128 B
ObjectPascal

const
w = $5000;
begin
writeln(hi(w));
if hi(w)<>$50 then
begin
writeln('Error!');
halt(1);
end;
end.