blob: ba58e9e9d897663ef44e8a8a70eb4f36ff97f471 [file] [log] [blame]
// run-pass
fn main() {
match (0, 0) {
(usize::MIN, usize::MAX) => {}
_ => {}
}
}