rust/tests/data/parser/inline/0070_match_expr.rs
2018-08-04 17:12:00 +03:00

4 lines
47 B
Rust

fn foo() {
match () { };
match S {};
}