VOID constant

Keyword const VOID

Implementation

static const Keyword VOID = const Keyword(
  /* index = */ 150,
  "void",
  "VOID",
  KeywordStyle.reserved,
);