rust/tests/run-pass/cfg_miri.rs

4 lines
39 B
Rust
Raw Normal View History

fn main() {
assert!(cfg!(miri));
}