瀏覽代碼

* now used to test int32 add operation

mazen 22 年之前
父節點
當前提交
63f08813bc
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      tests/sparc/test0001.pas

+ 2 - 1
tests/sparc/test0001.pas

@@ -5,5 +5,6 @@ VAR
   x,y:Cardinal; 
 BEGIN
   y:=0;
-  z:=0;
+  y:=0;
+  y:=x+1;
 END.