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

6 lines
62 B
Rust

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