4 lines
77 B
Rust
4 lines
77 B
Rust
// error-pattern:#env takes between 1 and 1 arguments
|
|
|
|
fn main() { env!{}; }
|