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