blob: 825661822e763b344cf43f73694e8b332178aa75 (
plain)
1
2
3
4
5
6
7
8
9
|
# 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
|