rust/tests/pass/track-alloc-1.rs
2022-06-01 10:53:38 -04:00

6 lines
235 B
Rust

// Ensure that tracking early allocations doesn't ICE Miri.
// Early allocations are probably part of the runtime and therefore uninteresting, but they
// shouldn't cause a crash.
// compile-flags: -Zmiri-track-alloc-id=1
fn main() {}