mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-08 07:47:26 +01:00
* fixed test
This commit is contained in:
parent
5303f5e62c
commit
4bf5d00746
@ -4,7 +4,7 @@ var
|
||||
q : cardinal;
|
||||
begin
|
||||
l:=1;
|
||||
{$if sizeof(l)=3}
|
||||
{$if sizeof(l)=2}
|
||||
l:=2;
|
||||
{$endif}
|
||||
if l<>2 then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user