blob: 95119a589c99dcbfa53b3430b9efdf20a0fb9c11 [file] [log] [blame]
#[repr(u8)]
pub enum E {
B = 1 as u8,
}