8 lines
83 B
Plaintext
8 lines
83 B
Plaintext
unit baddbl;
|
|
|
|
fn bad(p: ^i32) -> void {
|
|
mem.destroy(p);
|
|
mem.destroy(p);
|
|
}
|
|
|