Explorar o código

* now used to test int32 add operation

mazen %!s(int64=22) %!d(string=hai) anos
pai
achega
63f08813bc
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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.