9 lines
119 B
Rust
9 lines
119 B
Rust
#!
|
|
[allow(unused_variables)]
|
|
//@ check-pass
|
|
//@ reference: input.shebang.inner-attribute
|
|
|
|
fn main() {
|
|
let x = 5;
|
|
}
|