rust/tests/ui/parser/shebang/regular-attrib.rs
2024-10-30 16:47:47 -07:00

7 lines
117 B
Rust

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