rust/src/test/compile-fail/extenv-too-many-args.rs

4 lines
74 B
Rust
Raw Normal View History

// error-pattern:malformed #env call
fn main() { #env[~"one", ~"two"]; }