================ @@ -135,6 +135,18 @@ class Parser::CodeTokenizer { case '\'': consumeStringLiteral(&result); break; + case '0': ---------------- jpienaar wrote: Would this have previously parsed as an identifier? https://github.com/llvm/llvm-project/pull/115670