This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
pascal
/
freepascal.compiler
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
* now used to test int32 add operation
mazen
22 năm trước cách đây
mục cha
7b3662c508
commit
63f08813bc
1 tập tin đã thay đổi
với
2 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
2
1
tests/sparc/test0001.pas
+ 2
- 1
tests/sparc/test0001.pas
Xem Tập Tin
@@ -5,5 +5,6 @@ VAR
x,y:Cardinal;
BEGIN
y:=0;
- z:=0;
+ y:=0;
+ y:=x+1;
END.