tree-sitter/spec/fixtures/corpus/c/errors.txt
2015-11-05 21:19:22 -08:00

13 lines
287 B
Text

==========================================
errors in compound statements
==========================================
int main() { %%% }
---
(translation_unit (function_definition
(identifier)
(function_declarator (identifier))
(compound_statement
(ERROR (UNEXPECTED '%')))))