This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
kjhammerle
/
lonely-tiger
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu kéo về
0
Wiki
Browse Source
removed out of memory test
Kajetan Johannes Hammerle
4 năm trước cách đây
mục cha
77fa3719d9
commit
fcbe5b3f06
1 tập tin đã thay đổi
với
0 bổ sung
và
5 xóa
Split View
Hiển thị tình trạng sai khác
0
5
tests/arrays/alloc
+ 0
- 5
tests/arrays/alloc
Xem Tập Tin
@@ -22,10 +22,5 @@ void main() {
print *a;
-
- while(true) {
- int* h = new int[5];
- }
-
delete a;
}