5 lines
47 B
Rust
Raw Normal View History

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