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

4 lines
39 B
Rust

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