This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
kjhammerle
/
lonely-tiger
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ver Fonte
removed out of memory test
Kajetan Johannes Hammerle
há 4 anos atrás
pai
77fa3719d9
commit
fcbe5b3f06
1 ficheiros alterados
com
0 adições
e
5 exclusões
Visão Dividida
Mostrar Estatísticas Diff
0
5
tests/arrays/alloc
+ 0
- 5
tests/arrays/alloc
Ver Ficheiro
@@ -22,10 +22,5 @@ void main() {
print *a;
-
- while(true) {
- int* h = new int[5];
- }
-
delete a;
}