blob: c4021dc104878e00a6164b326ef1c3673e6e9948 [file] [log] [blame]
fn foo() {
match () { };
match S {};
match { } { _ => () };
match { S {} } {};
}