* constant ordinal type

This commit is contained in:
peter 2004-03-23 16:51:35 +00:00
parent 7367801810
commit 8004c68a42

11
tests/tbs/tb0473.pp Normal file
View File

@ -0,0 +1,11 @@
const
w = $5000;
begin
writeln(hi(w));
if hi(w)<>$50 then
begin
writeln('Error!');
halt(1);
end;
end.