fn parse_signless_b( input: &mut Parser<'_>, a: i32, b_sign: i32, ) -> Result<(i32, i32), BasicParseError>