6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
unit m5_bad_destroy;
|
|
|
|
fn bad(x: i32) -> void {
|
|
mem.destroy(x);
|
|
}
|