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

5 lines
47 B
Rust
Raw Normal View History

2018-08-04 12:39:03 +02:00
fn foo() {
match () { };
2018-08-04 16:12:00 +02:00
match S {};
2018-08-04 12:39:03 +02:00
}