new issue #1

Merged
hasslesstech merged 8 commits from dev into master 2026-03-18 18:24:24 +02:00
Showing only changes of commit 039896ae2b - Show all commits

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;
} }