tree-sitter-cmake/corpus/two_arguments.txt

17 lines
255 B
Plaintext
Raw Normal View History

2021-04-07 18:02:11 -04:00
=====================================
Command invocation with two arguments
=====================================
message(STATUS Hello)
---
(source_file
(command_invocation
(identifier)
(arguments
(argument)
(argument)
)
)
)