summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/shebang/regular-attrib.rs
blob: ca8fb0830ffb142e8b102e6b88c26674383116d4 (plain)
1
2
3
4
5
#![allow(unused_variables)]
// check-pass
fn main() {
    let x = 5;
}