Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
inline-const
/
expr-with-block.rs
blob: a32afbcffadddf3bfd33cb52d70d47f22c42d51f [
file
]
//@ check-pass
fn
main
()
{
match
true
{
true
=>
const
{}
false
=>
()
}
const
{}
()
}