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
removed out of memory test
Kajetan Johannes Hammerle
4 anni fa
parent
77fa3719d9
commit
fcbe5b3f06
1 ha cambiato i file
con
0 aggiunte
e
5 eliminazioni
Visualizzazione separata
Mostra Diff Stats
0
5
tests/arrays/alloc
+ 0
- 5
tests/arrays/alloc
Vedi File
@@ -22,10 +22,5 @@ void main() {
print *a;
-
- while(true) {
- int* h = new int[5];
- }
-
delete a;
}