rust/src/test/compile-fail/extenv-no-args.rs

6 lines
62 B
Rust
Raw Normal View History

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