1 2 3 4 5 6 7 8 9
// run-pass pub fn main() { let i = 5; match &&&&i { 1 ..= 3 => panic!(), 4 ..= 8 => {}, _ => panic!(), } }