This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
kjhammerle
/
lonely-tiger
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ver Fonte
int reference test addition
Kajetan Johannes Hammerle
há 4 anos atrás
pai
32a0e67f9f
commit
260b7247a9
1 ficheiros alterados
com
2 adições
e
1 exclusões
Visão Dividida
Mostrar Estatísticas Diff
2
1
tests/struct/reference
+ 2
- 1
tests/struct/reference
Ver Ficheiro
@@ -1,5 +1,6 @@
void test(int& t) {
- t = 9;
+ t = 8;
+ t += 1;
}
void main() {