summaryrefslogtreecommitdiff
path: root/tests/snippets/cpp/extension_keywords.txt
blob: e47eb33933532ef9b88dacdc29ba02d132a6d0f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---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