test for #2910
This commit is contained in:
parent
81cedb1971
commit
6e041d36c9
4
TestSuite/arithm13.pas
Normal file
4
TestSuite/arithm13.pas
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
begin
|
||||
var a: longword := 2000000000;
|
||||
assert(a * 2 = 4000000000);
|
||||
end.
|
||||
Loading…
Reference in a new issue