rust/tests/data/parser/inline/0070_match_expr.rs

4 lines
31 B
Rust
Raw Normal View History

2018-08-04 05:39:03 -05:00
fn foo() {
match () { };
}