Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
tests
/
ui
/
parser
/
shebang
/
multiline-attrib.rs
blob: d67ba5facd9f9c132ffbc603ea92de5e951480cf [
file
]
#!
[
allow
(
unused_variables
)]
//@ check-pass
//@ reference: shebang.syntax-description
fn
main
()
{
let
x
=
5
;
}