blob: c4cb2d8c03c03bc522d1d4023a4ab81289f79fa1 [file] [log] [blame]
fn main() {
match 3 {
t if match t {
_ => true,
} => {},
_ => {}
}
}