mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-18 07:36:28 +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");
|
|
}
|