mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 16:27:31 +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");
|
|
}
|