rust/tests/run-pass/cfg_miri.rs

4 lines
39 B
Rust

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