// check-pass enum Generic { Variant, } fn main() { match todo!() { Generic::<0usize>::Variant => todo!() } }