blob: 38e8967e7e68f2ef2d67593868221e46334dacc1 [file] [log] [blame]
// rustfmt-style_edition: 2024
fn main() {
match a {
_ =>
// comment with =>
{
println!("A")
}
}
}