blob: acadcdb87ad416a521e3429752f06b1d1c09833b [file] [log] [blame]
pub struct S;
pub fn foo(v: S) {
match v {
S => ()
}
}