6 lines
73 B
Plaintext
6 lines
73 B
Plaintext
|
main()
|
||
|
{
|
||
|
name = "galloc";
|
||
|
test(galloc(1), heap + LOCATION_DATA, "");
|
||
|
}
|