rust/tests/data/parser/inline/0087_stmt_postfix_expr_ambiguity.rs
2018-08-07 17:00:45 +03:00

8 lines
84 B
Rust

fn foo() {
match () {
_ => {}
() => {}
[] => {}
}
}