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 6f995b74a4 - Show all commits

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