tartrazine/spec/tests/c++/extension_keywords.txt

18 lines
314 B
Plaintext
Raw Permalink Normal View History

2024-08-03 10:36:47 +00:00
---input---
__restrict
__int128
_BitInt(2)
---tokens---
'__restrict' Keyword
'\n' Text.Whitespace
'__int128' Keyword.Type
'\n' Text.Whitespace
'_BitInt' Keyword.Type
'(' Punctuation
'2' Literal.Number.Integer
')' Punctuation
'\n' Text.Whitespace