16 lines
190 B
Text
16 lines
190 B
Text
include 'std/std.fa'
|
|
include 'std/mem/gmem.fa'
|
|
|
|
macro SZ 8 end
|
|
|
|
macro main
|
|
%SZ #malloc as test
|
|
|
|
@test deref 0 set
|
|
|
|
%SZ @test deref #mfree pop
|
|
|
|
%EXIT_SUCCESS %exit
|
|
end
|
|
|
|
%main
|