rust/tests/ui/parser/shebang/regular-attrib.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
117 B
Rust
Raw Normal View History

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