mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 11:10:36 +02:00
* new bug
This commit is contained in:
parent
6ae2f1b4dd
commit
5303f5e62c
16
tests/webtbs/tw3109.pp
Normal file
16
tests/webtbs/tw3109.pp
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
var
|
||||
l : smallint;
|
||||
q : cardinal;
|
||||
begin
|
||||
l:=1;
|
||||
{$if sizeof(l)=3}
|
||||
l:=2;
|
||||
{$endif}
|
||||
if l<>2 then
|
||||
begin
|
||||
writeln('Error!');
|
||||
halt(1);
|
||||
end;
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user