package premature_test; import os; @test fn clean_exit_without_completion() void = { os.exit(0); };