Reworked, no version bump

This commit is contained in:
2026-08-12 19:47:59 -05:00
parent f82f8288cf
commit 70638a9b46
13 changed files with 1170 additions and 1383 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ extern int test_arena_allocator();
int main(void) {
return !(
test_libc_allocator() &&
test_libc_allocator() &&
test_platform_allocator() &&
test_arena_allocator()
);