new issue
Some checks failed
/ build-images (push) Successful in 5s
/ run-tests (push) Failing after 5s

This commit is contained in:
ІО-23 Шмуляр Олег 2026-03-18 18:07:50 +02:00
parent 66d89c0be3
commit 6f995b74a4

1
f.c
View File

@ -32,6 +32,7 @@ int f(void)
free(malloc(64));
free(malloc(96));
free(malloc(128));
malloc(256);
return 1;
}