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

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

11 lines
152 B
Rust
Raw Normal View History

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