Added allocator test

This commit is contained in:
Eduard Urbach 2025-03-10 16:58:17 +01:00
parent f7a4f0cacc
commit da3b83203c
Signed by: eduard
GPG key ID: 49226B848C78F6C8
2 changed files with 36 additions and 0 deletions

View file

@ -70,6 +70,7 @@ var programs = []struct {
{"index-dynamic", 0},
{"struct", 0},
{"struct-lifetime", 0},
{"allocator", 0},
{"len", 0},
{"cast", 0},
{"function-pointer", 0},