7 lines
290 B
Rust
7 lines
290 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
|
|
//@normalize-stderr-test: "[48] bytes" -> "SIZE bytes"
|
|
fn main() {}
|