Files
harbour-core/harbour/tests/working/testmem.prg
Antonio Linares 974bc2fbc2 make files
1999-05-05 05:45:23 +00:00

11 lines
100 B
Plaintext

// Testing memory release
function main()
local a, b
a := "Hello"
b := 2
return nil