4 lines
51 B
Rust
4 lines
51 B
Rust
fn main() {
|
|
let _ = env!("NON_UNICODE_VAR");
|
|
}
|
fn main() {
|
|
let _ = env!("NON_UNICODE_VAR");
|
|
}
|