Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
consts
/
issue-37550-1.rs
blob: ddd247cbe25b9c88d5a224a01bd6abf2d65a2b41 [
file
] [
log
] [
blame
]
//@ check-pass
const
fn
x
()
{
let
t
=
true
;
let
x
=
||
t
;
}
fn
main
()
{}