fn __action22<'i, L>(
ctx: &ParseContext,
(_, l, _): (LexerPosition, LexerPosition, LexerPosition),
(_, a, _): (LexerPosition, Vec<ArraySpecifierDimension>, LexerPosition),
(_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> ArraySpecifierwhere
L: HasLexerError,