Files
harbour-core/harbour-RC1/tests/testmem.prg
2008-06-04 05:13:20 +00:00

15 lines
115 B
Plaintext

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