6 lines
89 B
Rust
6 lines
89 B
Rust
//@compile-flags: -Zmiri-ignore-leaks
|
|
|
|
fn main() {
|
|
std::mem::forget(Box::new(42));
|
|
}
|