This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
kjhammerle
/
lonely-tiger
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
int reference test addition
Kajetan Johannes Hammerle
%!s(int64=4) %!d(string=hai) anos
pai
32a0e67f9f
achega
260b7247a9
Modificáronse 1 ficheiros
con
2 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de 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() {