6 lines
62 B
Rust
6 lines
62 B
Rust
// error-pattern:malformed #env call
|
|
|
|
fn main() {
|
|
#env();
|
|
}
|