--setup test = smalltalk.Lua:basic()
test:assert_message_(true,"ouch - should not happen") print("countGC="..tostring(test:countGC())) test:gc() print("countGC="..tostring(test:countGC()))
--cleanup test=nil