1
Fork 0
rust/tests/ui/parser/shebang/multiline-attrib.rs

8 lines
74 B
Rust
Raw Normal View History

#!
[allow(unused_variables)]
//@ check-pass
fn main() {
let x = 5;
}