aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/inline/ok/0071_match_expr.rs
blob: c9205dfa30fc5a54e6277114db00878aca39f346 (plain)
1
2
3
4
fn foo() {
    match () { };
    match S {};
}