blob: a32afbcffadddf3bfd33cb52d70d47f22c42d51f [file]
//@ check-pass
fn main() {
match true {
true => const {}
false => ()
}
const {}
()
}