This commit is contained in:
Ivan Bondarev 2023-07-30 11:24:14 +02:00
parent 81cedb1971
commit 6e041d36c9

4
TestSuite/arithm13.pas Normal file
View file

@ -0,0 +1,4 @@
begin
var a: longword := 2000000000;
assert(a * 2 = 4000000000);
end.