blob: 56dab88c69485fecf5c0265367529d67b133381f [file] [edit]
fn f() {
let x = 0;
match x {
0 => {}
1 => {}
_ => {}
// foo
// bar,
}
}
fn wont_fmt() -> [(); 1] {
[
()
//
// ,
]
}