Files
harbour-core/harbour/tests/working/testmem.prg

15 lines
115 B
Plaintext

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