This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
kjhammerle
/
lonely-tiger
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
int reference test addition
Kajetan Johannes Hammerle
4 anni fa
parent
32a0e67f9f
commit
260b7247a9
1 ha cambiato i file
con
2 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
1
tests/struct/reference
+ 2
- 1
tests/struct/reference
Vedi File
@@ -1,5 +1,6 @@
void test(int& t) {
- t = 9;
+ t = 8;
+ t += 1;
}
void main() {