7 lines
63 B
Plaintext
7 lines
63 B
Plaintext
unit baddest;
|
|
|
|
fn bad(x: i32) -> void {
|
|
mem.destroy(x);
|
|
}
|
|
|