4 lines
89 B
Rust
4 lines
89 B
Rust
// error-pattern:#env takes between 1 and 1 arguments
|
|
|
|
fn main() { #env["one", "two"]; }
|