This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
kjhammerle
/
lonely-tiger
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
removed out of memory test
Kajetan Johannes Hammerle
%!s(int64=4) %!d(string=hai) anos
pai
77fa3719d9
achega
fcbe5b3f06
Modificáronse 1 ficheiros
con
0 adicións
e
5 borrados
Dividir vista
Mostrar estatísticas de 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;
}