mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 04:26:13 +02:00
+ also test "pointer + integer" constant evaluation
git-svn-id: trunk@10420 -
This commit is contained in:
parent
22f02977ca
commit
b8e904f531
@ -16,4 +16,6 @@ begin
|
|||||||
halt(1);
|
halt(1);
|
||||||
if pwidechar(24)-pwidechar(22)<>1 then
|
if pwidechar(24)-pwidechar(22)<>1 then
|
||||||
halt(1);
|
halt(1);
|
||||||
|
if pwidechar(22)+1 <> pwidechar(24) then
|
||||||
|
halt(1);
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user