summary refs log tree commit diff
path: root/tests/ui/parser/shebang/shebang-and-attrib.rs
blob: a66c10db5321b00d0b6a24f795bfb224cfb18570 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env run-cargo-script

//@ check-pass
#![allow(unused_variables)]


fn main() {
    let x = 5;
}