pub fn main() -> Result<(), somehow::Error> { let _a = i32::from_str_radix("a12", 10)?; Ok(()) }