mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 17:26:35 +02:00
* constant ordinal type
This commit is contained in:
parent
7367801810
commit
8004c68a42
11
tests/tbs/tb0473.pp
Normal file
11
tests/tbs/tb0473.pp
Normal file
@ -0,0 +1,11 @@
|
||||
const
|
||||
w = $5000;
|
||||
begin
|
||||
writeln(hi(w));
|
||||
if hi(w)<>$50 then
|
||||
begin
|
||||
writeln('Error!');
|
||||
halt(1);
|
||||
end;
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user