This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
kjhammerle
/
lonely-tiger
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
removed out of memory test
Kajetan Johannes Hammerle
il y a 4 ans
Parent
77fa3719d9
commit
fcbe5b3f06
1 fichiers modifiés
avec
0 ajouts
et
5 suppressions
Vue séparée
Afficher les stats Diff
0
5
tests/arrays/alloc
+ 0
- 5
tests/arrays/alloc
Voir le fichier
@@ -22,10 +22,5 @@ void main() {
print *a;
-
- while(true) {
- int* h = new int[5];
- }
-
delete a;
}