fn __action432<'i, L>(
    ctx: &ParseContext,
    (_, v, _): (LexerPosition, Vec<ArraySpecifierDimension>, LexerPosition),
    (_, e, _): (LexerPosition, ArraySpecifierDimension, LexerPosition),
) -> Vec<ArraySpecifierDimension> ⓘwhere
    L: HasLexerError,