mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 16:28:06 +00:00
5 lines
95 B
Rust
5 lines
95 B
Rust
fn main() {
|
|
let _ = env!("NON_UNICODE_VAR");
|
|
let _ = option_env!("NON_UNICODE_VAR");
|
|
}
|