blob: e48ca757f5e0844ca9d150a2b24c1e6247440125 [file] [log] [blame]
fn main() {
let a = [0, 1];
match a {
[0, 1] => {},
_ => {}
}
}