소스 검색

* 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.