Improved error recovery in declarations with curly braces.

This commit is contained in:
acqn
2022-11-12 12:28:29 +08:00
parent eb595b1f5f
commit 3af77e7333
2 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
bug1889-missing-identifier.c:3: Error: Identifier expected
bug1889-missing-identifier.c:3: Error: ';' expected
bug1889-missing-identifier.c:3: Warning: Implicit 'int' is an obsolete feature
bug1889-missing-identifier.c:4: Error: Identifier expected
bug1889-missing-identifier.c:4: Warning: Implicit 'int' is an obsolete feature