test_name 	 melted-dispose-panic
test_description If you have a melted routine which causes a GC collection when performing a metamorphose and that you have some melted dispose routine then it would crash the interpreter at the end of the GC cycle.

copy_raw	test.e $CLUSTER test.e
copy_raw	test1.e $CLUSTER test1.e
copy_sub	Ace $TEST Ace
compile_melted
compile_result	ok
execute_work	NONE exec_output1
compare		exec_output1 output
execute_result	ok

test_end