Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
const_prop
/
unreachable-bounds.rs
blob: 8ed5da682208857c3666e8021bd0135165d2d414 [
file
] [
log
] [
blame
] [
edit
]
// Use `build-pass` to ensure const-prop lint runs.
//@ build-pass
fn
main
()
{
[()][
if
false
{
1
}
else
{
return
}]
}