add: test to galloc and advance on galloc

This commit is contained in:
Camille Chauvet
2023-06-14 15:51:21 +00:00
parent 5bc4e3ee51
commit 9e53614c44
2 changed files with 79 additions and 23 deletions

5
tests/galloc.🗿 Normal file
View File

@ -0,0 +1,5 @@
main()
{
name = "galloc";
test(galloc(1), heap + LOCATION_DATA, "");
}