unit bad_dbl; fn bad(p: ^i32) -> void { mem.destroy(p); mem.destroy(p); }