tartrazine/spec/tests/c/test_preproc_file4.txt

14 lines
329 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
Comments can precede preprocessor macros
---input---
/* Comment */ /* Another */ #define FOO 0
---tokens---
'/* Comment */' Comment.Multiline
' ' Text.Whitespace
'/* Another */' Comment.Multiline
' ' Text.Whitespace
'#' Comment.Preproc
'define FOO 0' Comment.Preproc
'\n' Comment.Preproc