This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
kjhammerle
/
lonely-tiger
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
int reference test addition
Kajetan Johannes Hammerle
hace 4 años
padre
32a0e67f9f
commit
260b7247a9
Se han
modificado 1 ficheros
con
2 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
2
1
tests/struct/reference
+ 2
- 1
tests/struct/reference
Ver fichero
@@ -1,5 +1,6 @@
void test(int& t) {
- t = 9;
+ t = 8;
+ t += 1;
}
void main() {