9 lines
137 B
Text
9 lines
137 B
Text
include 'std/std.fa'
|
|
include 'std/mem/gmem.fa'
|
|
|
|
macro SIZE 32 end
|
|
|
|
%SIZE #malloc as buf
|
|
%SIZE @buf deref #mfree pop
|
|
|
|
%EXIT_SUCCESS %exit
|