13 lines
287 B
Text
13 lines
287 B
Text
==========================================
|
|
errors in compound statements
|
|
==========================================
|
|
|
|
int main() { %%% }
|
|
|
|
---
|
|
|
|
(translation_unit (function_definition
|
|
(identifier)
|
|
(function_declarator (identifier))
|
|
(compound_statement
|
|
(ERROR (UNEXPECTED '%')))))
|