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

6 lines
64 B
Rust
Raw Normal View History

// error-pattern:malformed #env call
2011-07-27 14:48:34 +02:00
fn main() {
#env();
}