about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass/cfg_miri.rs
blob: 558b9a4f50db99a1d35673e52debb448e5599286 (plain)
1
2
3
fn main() {
    assert!(cfg!(miri));
}