blob: 7261cf4e2daf70df48ee9d4298f0f6117efc537f [file] [log] [blame]
fn main() { let x = (); match x { () => { } } }