Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
parser
/
shebang
/
multiline-attrib.rs
blob: 931c94c7fba03830322a1d34152384a33c47d31d [
file
] [
log
] [
blame
]
#!
[
allow
(
unused_variables
)]
// check-pass
fn
main
()
{
let
x
=
5
;
}