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

3 lines
57 B
Rust
Raw Normal View History

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