#![feature(tool_lints)]
#![allow(clippy::all)]
fn main() {
match 1 {
1 => {}
2 => {
[0; 1];
}
_ => {}