2022-05-21 11:14:17 -05:00
|
|
|
// 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
|
2022-06-30 17:41:32 -05:00
|
|
|
// normalize-stderr-test: "[48] bytes" -> "SIZE bytes"
|
2022-05-21 11:14:17 -05:00
|
|
|
fn main() {}
|