rust/src/test/compile-fail/extenv-too-many-args.rs
2011-06-04 17:14:32 -04:00

6 lines
74 B
Rust

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