#![allow(clippy::match_single_binding)]
fn main() {
println!();
match "a" {
_ => println!(),
}
eprintln!();
_ => eprintln!(),