This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
pascal
/
freepascal.compiler
mirror de
https://gitlab.com/freepascal.org/fpc/source.git
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
* now used to test int32 add operation
mazen
há 22 anos atrás
pai
7b3662c508
commit
63f08813bc
1 ficheiros alterados
com
2 adições
e
1 exclusões
Visão Dividida
Mostrar Estatísticas Diff
2
1
tests/sparc/test0001.pas
+ 2
- 1
tests/sparc/test0001.pas
Ver Ficheiro
@@ -5,5 +5,6 @@ VAR
x,y:Cardinal;
BEGIN
y:=0;
- z:=0;
+ y:=0;
+ y:=x+1;
END.