mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
6 lines
130 B
Rust
6 lines
130 B
Rust
// compile-flags: -Zmiri-disable-isolation
|
|
|
|
fn main() {
|
|
assert_eq!(std::env::var("MIRI_ENV_VAR_TEST"), Ok("0".to_owned()));
|
|
}
|