fix new issue
All checks were successful
/ build-images (push) Successful in 8s
/ run-tests (push) Successful in 8s

This commit is contained in:
ІО-23 Шмуляр Олег 2026-03-18 18:09:46 +02:00
parent 6f995b74a4
commit 039896ae2b

2
f.c
View File

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