rust/src/test/compile-fail/extenv-too-many-args.rs
2011-09-02 22:11:42 -07:00

4 lines
72 B
Rust

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