Test add address sanitizer to arena

This commit is contained in:
Krzosa Karol
2024-01-10 07:53:55 +01:00
parent fef3dd609a
commit 4fb5984ad8
5 changed files with 46 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ void TestStrings() {
IO_Assert(table.gets("1")->i == 1);
IO_Assert(table.gets("2")->i == 2);
IO_Assert(table.gets("3")->i == 3);
table.dealloc();
}
int main() {