rust/src/test/compile-fail/extenv-not-string-literal.rs

6 lines
64 B
Rust
Raw Normal View History

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