mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
10 lines
201 B
Plaintext
10 lines
201 B
Plaintext
# CPU is a valid directive, and we don't want to parse this as
|
|
# cpu id, but as a single token. See bug #1517
|
|
|
|
---input---
|
|
cpuid
|
|
|
|
---tokens---
|
|
'cpuid' Name.Function
|
|
'\n' Text.Whitespace
|