Fix test_gc_parameter_init_slots
If the stack is not cleared (e.g. compiling with -O0), then ary could remain on the stack, which would be marked. Clear the array first to make sure all the objects can be GC'd.
ary
Fix test_gc_parameter_init_slots
If the stack is not cleared (e.g. compiling with -O0), then
ary
couldremain on the stack, which would be marked. Clear the array first to
make sure all the objects can be GC'd.