rust/tests/run-make/non-unicode-env/non_unicode_env.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
51 B
Rust
Raw Normal View History

fn main() {
let _ = env!("NON_UNICODE_VAR");
}