13 lines
281 B
Text
13 lines
281 B
Text
==========================================
|
|
errors in compound statements
|
|
==========================================
|
|
|
|
int main() { %%% }
|
|
|
|
---
|
|
|
|
(program (function_definition
|
|
(type_name (identifier))
|
|
(declarator (identifier))
|
|
(compound_statement
|
|
(ERROR (UNEXPECTED '%')))))
|