tartrazine/spec/tests/objective-c/test_module_import.txt

10 lines
170 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
@import ModuleA;
---tokens---
'@import' Keyword
' ' Text.Whitespace
'ModuleA' Name
';' Punctuation
'\n' Text.Whitespace