forked from starnakin/IronGOLEM
fix: last block is now right initialise
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
main()
|
||||
{
|
||||
name = "galloc";
|
||||
test(galloc(1), heap + LOCATION_DATA, "");
|
||||
|
||||
dbg galloc(1);
|
||||
dbg galloc(1);
|
||||
dbg galloc(1);
|
||||
dbg galloc(1);
|
||||
dbg galloc(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user