3ca5fff195
Issue #444
6 lines
74 B
Rust
6 lines
74 B
Rust
// error-pattern:malformed #env call
|
|
|
|
fn main() {
|
|
#env("one", "two");
|
|
}
|