mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 09:44:00 +00:00
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;
|
|
}
|