// EMIT_MIR_FOR_EACH_BIT_WIDTH fn range_match(x: bool) -> &'static str { match x as u8 { 0 => "null", 1 => "one", 2 => "removed", _ => "removed 2", } } fn main() {}