List of C23 keywords [C23:6.4.2].
We include the alternative spellings listed in Table 6.1 of [C23].
Definition:
(defconst *keywords-c23* '("alignas" "_Alignas" "alignof" "_Alignof" "auto" "bool" "_Bool" "break" "case" "char" "const" "constexpr" "continue" "default" "do" "double" "else" "enum" "extern" "false" "float" "for" "goto" "if" "inline" "int" "long" "nullptr" "register" "restrict" "return" "short" "signed" "sizeof" "static" "static_assert" "_Static_assert" "struct" "switch" "thread_local" "_Thread_local" "true" "typedef" "typeof" "typeof_unqual" "union" "unsigned" "void" "volatile" "while" "_Atomic" "_BitInt" "_Complex" "_Decimal128" "_Decimal32" "_Decimal64" "_Generic" "_Imaginary" "_Noreturn"))