tartrazine/tests/csound/test_macro_preprocessor_directives.txt

21 lines
428 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
#ifdef MACRO
#ifndef MACRO
#undef MACRO
---tokens---
'#ifdef' Comment.Preproc
' ' Text.Whitespace
'MACRO' Comment.Preproc
'\n' Text.Whitespace
'#ifndef' Comment.Preproc
' ' Text.Whitespace
'MACRO' Comment.Preproc
'\n' Text.Whitespace
'#undef' Comment.Preproc
' ' Text.Whitespace
'MACRO' Comment.Preproc
'\n' Text.Whitespace