mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:16:14 +03:00
5 lines
124 B
Rust
5 lines
124 B
Rust
fn main() {
|
|
let x = std::env::args(); //~ ERROR miri does not support program arguments
|
|
assert_eq!(x.count(), 1);
|
|
}
|