Files
doslang-mirror/fec/tests/own/baddbl.fe
T

8 lines
83 B
Plaintext

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