dynamic arrays seem to be working

This commit is contained in:
2025-11-04 20:41:21 +01:00
parent aa0a3d6a25
commit 9b1eaea653
5 changed files with 93 additions and 14 deletions
+2 -2
View File
@@ -23,6 +23,6 @@ Test(macro_magic, default_values) {
cr_assert_eq(a1.is_true, true);
cr_assert_eq(a2.is_true, true);
cr_assert_eq(a3.is_true, false);
malloc(100);
// TODO: make this shite crash the tests...
// TODO if there is an allocation error it does not actually cause a crash...
// FIX!!!
}