Files
harbour-core/harbour/tests/testmem.prg
1999-10-04 18:46:41 +00:00

15 lines
115 B
Plaintext

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